Html Css Color HEX #12349E Egyptian Blue

📋 copy color: '#12349E'

red 18 ◦ green 52 ◦ blue 158

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

Shades of Egyptian Blue #12349E

Tints of Egyptian Blue #12349E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.81%

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

R = 7.89%
G = 22.81%
B = 69.3%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12349E (or 0x12349E) is known color: Egyptian Blue. HEX triplet: 12, 34 and 9E. RGB value is (18,52,158). Sum of RGB (Red+Green+Blue) = 18+52+158=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #12349E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12349E is #EDCB61. Grayscale: #353535. Windows color (decimal): -15584098 or 10368018. OLE color: 10368018.

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

Color convert

RGB 18 52 158 -
CMYK 0.89 0.67 0 0.38
HSL 225.43º 0.8% 0.35% -
HSV(B) 225.43º 0.89% 0.62% -
XYZ 7.65 5.05 32.92 -
YUV 53.92 186.74 102.38 -
System Red Green Blue C M Y K H S L
Decimal 18 52 158 0.89 0.67 0 0.38 225.43 0.8 0.35
Hex 12 34 9E 59 43 0 26 E1 50 23
Octal 22 64 236 131 103 0 46 341 120 43
Binary 10010 110100 10011110 1011001 1000011 0 100110 11100001 1010000 100011

Color Harmonies of #12349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12349E

Black with #12349E

Text Example


Text Example

White with #12349E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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