Html Css Color HEX #12268E Egyptian Blue

📋 copy color: '#12268E'

red 18 ◦ green 38 ◦ blue 142

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

Shades of Egyptian Blue #12268E

Tints of Egyptian Blue #12268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

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

R = 9.09%
G = 19.19%
B = 71.72%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12268E (or 0x12268E) is known color: Egyptian Blue. HEX triplet: 12, 26 and 8E. RGB value is (18,38,142). Sum of RGB (Red+Green+Blue) = 18+38+142=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #12268E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12268E is #EDD971. Grayscale: #2B2B2B. Windows color (decimal): -15587698 or 9315858. OLE color: 9315858.

HSL color Cylindrical-coordinate representation of color #12268E: hue angle of 230.32º 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 #12268E is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 38 142 -
CMYK 0.87 0.73 0 0.44
HSL 230.32º 0.78% 0.31% -
HSV(B) 230.32º 0.87% 0.56% -
XYZ 5.83 3.47 25.95 -
YUV 43.88 183.37 109.54 -
System Red Green Blue C M Y K H S L
Decimal 18 38 142 0.87 0.73 0 0.44 230.32 0.78 0.31
Hex 12 26 8E 57 49 0 2C E6 4E 1F
Octal 22 46 216 127 111 0 54 346 116 37
Binary 10010 100110 10001110 1010111 1001001 0 101100 11100110 1001110 11111

Color Harmonies of #12268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12268E

Black with #12268E

Text Example


Text Example

White with #12268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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