Html Css Color HEX #12359D Egyptian Blue

📋 copy color: '#12359D'

red 18 ◦ green 53 ◦ blue 157

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

Shades of Egyptian Blue #12359D

Tints of Egyptian Blue #12359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

 BLUE value IS 157 (61.72% from 255) = 68.86%

R = 7.89%
G = 23.25%
B = 68.86%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12359D (or 0x12359D) is known color: Egyptian Blue. HEX triplet: 12, 35 and 9D. RGB value is (18,53,157). Sum of RGB (Red+Green+Blue) = 18+53+157=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #12359D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12359D is #EDCA62. Grayscale: #353535. Windows color (decimal): -15583843 or 10302738. OLE color: 10302738.

HSL color Cylindrical-coordinate representation of color #12359D: hue angle of 224.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12359D is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 53 157 -
CMYK 0.89 0.66 0 0.38
HSL 224.89º 0.79% 0.34% -
HSV(B) 224.89º 0.89% 0.62% -
XYZ 7.61 5.11 32.48 -
YUV 54.39 185.9 102.04 -
System Red Green Blue C M Y K H S L
Decimal 18 53 157 0.89 0.66 0 0.38 224.89 0.79 0.34
Hex 12 35 9D 59 42 0 26 E1 4F 22
Octal 22 65 235 131 102 0 46 341 117 42
Binary 10010 110101 10011101 1011001 1000010 0 100110 11100001 1001111 100010

Color Harmonies of #12359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12359D

Black with #12359D

Text Example


Text Example

White with #12359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12359D; }

 p { color: rgb(18,53,157); }

 H1.HeaderClassName
 {
   color: #12359D;
 }
 .AnyTagClassName
 {
   color: #12359D;
 }
</style>

background-color css

<style>
 a { background-color: #12359D; }

 a { background-color: rgb(18,53,157); }

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

border-color css

<style>
 span { border-color: #12359D; }

 span { border-color: rgb(18,53,157); }

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