Html Css Color HEX #12319D Egyptian Blue

📋 copy color: '#12319D'

red 18 ◦ green 49 ◦ blue 157

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

Shades of Egyptian Blue #12319D

Tints of Egyptian Blue #12319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

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

R = 8.04%
G = 21.88%
B = 70.09%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12319D (or 0x12319D) is known color: Egyptian Blue. HEX triplet: 12, 31 and 9D. RGB value is (18,49,157). Sum of RGB (Red+Green+Blue) = 18+49+157=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #12319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12319D is #EDCE62. Grayscale: #333333. Windows color (decimal): -15584867 or 10301714. OLE color: 10301714.

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

Color convert

RGB 18 49 157 -
CMYK 0.89 0.69 0 0.38
HSL 226.62º 0.79% 0.34% -
HSV(B) 226.62º 0.89% 0.62% -
XYZ 7.43 4.76 32.43 -
YUV 52.04 187.23 103.72 -
System Red Green Blue C M Y K H S L
Decimal 18 49 157 0.89 0.69 0 0.38 226.62 0.79 0.34
Hex 12 31 9D 59 45 0 26 E3 4F 22
Octal 22 61 235 131 105 0 46 343 117 42
Binary 10010 110001 10011101 1011001 1000101 0 100110 11100011 1001111 100010

Color Harmonies of #12319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12319D

Black with #12319D

Text Example


Text Example

White with #12319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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