Html Css Color HEX #12369D Egyptian Blue

📋 copy color: '#12369D'

red 18 ◦ green 54 ◦ blue 157

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

Shades of Egyptian Blue #12369D

Tints of Egyptian Blue #12369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

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

R = 7.86%
G = 23.58%
B = 68.56%

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

#12369D (or 0x12369D) is known color: Egyptian Blue. HEX triplet: 12, 36 and 9D. RGB value is (18,54,157). Sum of RGB (Red+Green+Blue) = 18+54+157=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #12369D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12369D is #EDC962. Grayscale: #363636. Windows color (decimal): -15583587 or 10302994. OLE color: 10302994.

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

Color convert

RGB 18 54 157 -
CMYK 0.89 0.66 0 0.38
HSL 224.46º 0.79% 0.34% -
HSV(B) 224.46º 0.89% 0.62% -
XYZ 7.65 5.2 32.5 -
YUV 54.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 18 54 157 0.89 0.66 0 0.38 224.46 0.79 0.34
Hex 12 36 9D 59 42 0 26 E0 4F 22
Octal 22 66 235 131 102 0 46 340 117 42
Binary 10010 110110 10011101 1011001 1000010 0 100110 11100000 1001111 100010

Color Harmonies of #12369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12369D

Black with #12369D

Text Example


Text Example

White with #12369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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