Html Css Color HEX #12268F Egyptian Blue

📋 copy color: '#12268F'

red 18 ◦ green 38 ◦ blue 143

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

Shades of Egyptian Blue #12268F

Tints of Egyptian Blue #12268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 71.86%

R = 9.05%
G = 19.1%
B = 71.86%

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

#12268F (or 0x12268F) is known color: Egyptian Blue. HEX triplet: 12, 26 and 8F. RGB value is (18,38,143). Sum of RGB (Red+Green+Blue) = 18+38+143=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #12268F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12268F is #EDD970. Grayscale: #2B2B2B. Windows color (decimal): -15587697 or 9381394. OLE color: 9381394.

HSL color Cylindrical-coordinate representation of color #12268F: hue angle of 230.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12268F is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 38 143 -
CMYK 0.87 0.73 0 0.44
HSL 230.4º 0.78% 0.32% -
HSV(B) 230.4º 0.87% 0.56% -
XYZ 5.9 3.5 26.35 -
YUV 43.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 18 38 143 0.87 0.73 0 0.44 230.4 0.78 0.32
Hex 12 26 8F 57 49 0 2C E6 4E 20
Octal 22 46 217 127 111 0 54 346 116 40
Binary 10010 100110 10001111 1010111 1001001 0 101100 11100110 1001110 100000

Color Harmonies of #12268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12268F

Black with #12268F

Text Example


Text Example

White with #12268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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