Html Css Color HEX #12279F Egyptian Blue

📋 copy color: '#12279F'

red 18 ◦ green 39 ◦ blue 159

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

Shades of Egyptian Blue #12279F

Tints of Egyptian Blue #12279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

 BLUE value IS 159 (62.5% from 255) = 73.61%

R = 8.33%
G = 18.06%
B = 73.61%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12279F (or 0x12279F) is known color: Egyptian Blue. HEX triplet: 12, 27 and 9F. RGB value is (18,39,159). Sum of RGB (Red+Green+Blue) = 18+39+159=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #12279F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12279F is #EDD860. Grayscale: #2D2D2D. Windows color (decimal): -15587425 or 10430226. OLE color: 10430226.

HSL color Cylindrical-coordinate representation of color #12279F: hue angle of 231.06º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12279F is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 39 159 -
CMYK 0.89 0.75 0 0.38
HSL 231.06º 0.8% 0.35% -
HSV(B) 231.06º 0.89% 0.62% -
XYZ 7.23 4.08 33.21 -
YUV 46.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 18 39 159 0.89 0.75 0 0.38 231.06 0.8 0.35
Hex 12 27 9F 59 4B 0 26 E7 50 23
Octal 22 47 237 131 113 0 46 347 120 43
Binary 10010 100111 10011111 1011001 1001011 0 100110 11100111 1010000 100011

Color Harmonies of #12279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12279F

Black with #12279F

Text Example


Text Example

White with #12279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,39,159); }

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

background-color css

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

 a { background-color: rgb(18,39,159); }

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

border-color css

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

 span { border-color: rgb(18,39,159); }

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