Html Css Color HEX #12279E Egyptian Blue

📋 copy color: '#12279E'

red 18 ◦ green 39 ◦ blue 158

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

Shades of Egyptian Blue #12279E

Tints of Egyptian Blue #12279E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 73.49%

R = 8.37%
G = 18.14%
B = 73.49%

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

#12279E (or 0x12279E) is known color: Egyptian Blue. HEX triplet: 12, 27 and 9E. RGB value is (18,39,158). Sum of RGB (Red+Green+Blue) = 18+39+158=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 158 (62.11% from 255 or 73.49% from 215); Max value from RGB is 158 - color contains mainly: blue. Hex color #12279E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12279E is #EDD861. Grayscale: #2D2D2D. Windows color (decimal): -15587426 or 10364690. OLE color: 10364690.

HSL color Cylindrical-coordinate representation of color #12279E: hue angle of 231º 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 #12279E is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 39 158 -
CMYK 0.89 0.75 0 0.38
HSL 231º 0.8% 0.35% -
HSV(B) 231º 0.89% 0.62% -
XYZ 7.15 4.05 32.75 -
YUV 46.29 191.04 107.82 -
System Red Green Blue C M Y K H S L
Decimal 18 39 158 0.89 0.75 0 0.38 231 0.8 0.35
Hex 12 27 9E 59 4B 0 26 E7 50 23
Octal 22 47 236 131 113 0 46 347 120 43
Binary 10010 100111 10011110 1011001 1001011 0 100110 11100111 1010000 100011

Color Harmonies of #12279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12279E

Black with #12279E

Text Example


Text Example

White with #12279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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