Html Css Color HEX #12399D Egyptian Blue

📋 copy color: '#12399D'

red 18 ◦ green 57 ◦ blue 157

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

Shades of Egyptian Blue #12399D

Tints of Egyptian Blue #12399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

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

R = 7.76%
G = 24.57%
B = 67.67%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12399D (or 0x12399D) is known color: Egyptian Blue. HEX triplet: 12, 39 and 9D. RGB value is (18,57,157). Sum of RGB (Red+Green+Blue) = 18+57+157=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #12399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12399D is #EDC662. Grayscale: #383838. Windows color (decimal): -15582819 or 10303762. OLE color: 10303762.

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

Color convert

RGB 18 57 157 -
CMYK 0.89 0.64 0 0.38
HSL 223.17º 0.79% 0.34% -
HSV(B) 223.17º 0.89% 0.62% -
XYZ 7.8 5.49 32.55 -
YUV 56.74 184.58 100.37 -
System Red Green Blue C M Y K H S L
Decimal 18 57 157 0.89 0.64 0 0.38 223.17 0.79 0.34
Hex 12 39 9D 59 40 0 26 DF 4F 22
Octal 22 71 235 131 100 0 46 337 117 42
Binary 10010 111001 10011101 1011001 1000000 0 100110 11011111 1001111 100010

Color Harmonies of #12399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12399D

Black with #12399D

Text Example


Text Example

White with #12399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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