Html Css Color HEX #1831EA Persian Blue

📋 copy color: '#1831EA'

red 24 ◦ green 49 ◦ blue 234

#1831EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1831EA

Tints of Persian Blue #1831EA

RGB

 RED value IS 24 (9.77% from 255) = 7.82%

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 234 (91.8% from 255) = 76.22%

R = 7.82%
G = 15.96%
B = 76.22%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1831EA (or 0x1831EA) is known color: Persian Blue. HEX triplet: 18, 31 and EA. RGB value is (24,49,234). Sum of RGB (Red+Green+Blue) = 24+49+234=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 234 (91.80% from 255 or 76.22% from 307); Max value from RGB is 234 - color contains mainly: blue. Hex color #1831EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1831EA is #E7CE15. Grayscale: #3D3D3D. Windows color (decimal): -15191574 or 15347992. OLE color: 15347992.

HSL color Cylindrical-coordinate representation of color #1831EA: hue angle of 232.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1831EA is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 49 234 -
CMYK 0.90 0.79 0 0.08
HSL 232.86º 0.83% 0.51% -
HSV(B) 232.86º 0.9% 0.92% -
XYZ 16.33 8.33 78.59 -
YUV 62.62 224.72 100.46 -
System Red Green Blue C M Y K H S L
Decimal 24 49 234 0.90 0.79 0 0.08 232.86 0.83 0.51
Hex 18 31 EA 5A 4F 0 8 E9 53 33
Octal 30 61 352 132 117 0 10 351 123 63
Binary 11000 110001 11101010 1011010 1001111 0 1000 11101001 1010011 110011

Color Harmonies of #1831EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1831EA

Black with #1831EA

Text Example


Text Example

White with #1831EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1831EA; }

 p { color: rgb(24,49,234); }

 H1.HeaderClassName
 {
   color: #1831EA;
 }
 .AnyTagClassName
 {
   color: #1831EA;
 }
</style>

background-color css

<style>
 a { background-color: #1831EA; }

 a { background-color: rgb(24,49,234); }

 div.DivClassName
 {
   background-color: #1831EA;
 }
 .BgClassName
 {
   background-color: #1831EA;
 }
</style>

border-color css

<style>
 span { border-color: #1831EA; }

 span { border-color: rgb(24,49,234); }

 td.TdClassName
 {
   border-color: #1831EA;
 }
 .TagClassName
 {
   border-color: #1831EA;
 }
</style>