Html Css Color HEX #12258E Egyptian Blue

📋 copy color: '#12258E'

red 18 ◦ green 37 ◦ blue 142

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

Shades of Egyptian Blue #12258E

Tints of Egyptian Blue #12258E

RGB

 RED value IS 18 (7.42% from 255) = 9.14%

 GREEN value IS 37 (14.84% from 255) = 18.78%

 BLUE value IS 142 (55.86% from 255) = 72.08%

R = 9.14%
G = 18.78%
B = 72.08%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12258E (or 0x12258E) is known color: Egyptian Blue. HEX triplet: 12, 25 and 8E. RGB value is (18,37,142). Sum of RGB (Red+Green+Blue) = 18+37+142=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #12258E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12258E is #EDDA71. Grayscale: #2A2A2A. Windows color (decimal): -15587954 or 9315602. OLE color: 9315602.

HSL color Cylindrical-coordinate representation of color #12258E: hue angle of 230.81º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12258E is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 37 142 -
CMYK 0.87 0.74 0 0.44
HSL 230.81º 0.78% 0.31% -
HSV(B) 230.81º 0.87% 0.56% -
XYZ 5.79 3.4 25.94 -
YUV 43.29 183.71 109.96 -
System Red Green Blue C M Y K H S L
Decimal 18 37 142 0.87 0.74 0 0.44 230.81 0.78 0.31
Hex 12 25 8E 57 4A 0 2C E7 4E 1F
Octal 22 45 216 127 112 0 54 347 116 37
Binary 10010 100101 10001110 1010111 1001010 0 101100 11100111 1001110 11111

Color Harmonies of #12258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12258E

Black with #12258E

Text Example


Text Example

White with #12258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12258E; }

 p { color: rgb(18,37,142); }

 H1.HeaderClassName
 {
   color: #12258E;
 }
 .AnyTagClassName
 {
   color: #12258E;
 }
</style>

background-color css

<style>
 a { background-color: #12258E; }

 a { background-color: rgb(18,37,142); }

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

border-color css

<style>
 span { border-color: #12258E; }

 span { border-color: rgb(18,37,142); }

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