Html Css Color HEX #12319B Egyptian Blue

📋 copy color: '#12319B'

red 18 ◦ green 49 ◦ blue 155

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

Shades of Egyptian Blue #12319B

Tints of Egyptian Blue #12319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.82%

R = 8.11%
G = 22.07%
B = 69.82%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12319B (or 0x12319B) is known color: Egyptian Blue. HEX triplet: 12, 31 and 9B. RGB value is (18,49,155). Sum of RGB (Red+Green+Blue) = 18+49+155=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #12319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12319B is #EDCE64. Grayscale: #333333. Windows color (decimal): -15584869 or 10170642. OLE color: 10170642.

HSL color Cylindrical-coordinate representation of color #12319B: hue angle of 226.42º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12319B is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 49 155 -
CMYK 0.88 0.68 0 0.39
HSL 226.42º 0.79% 0.34% -
HSV(B) 226.42º 0.88% 0.61% -
XYZ 7.26 4.69 31.53 -
YUV 51.82 186.23 103.88 -
System Red Green Blue C M Y K H S L
Decimal 18 49 155 0.88 0.68 0 0.39 226.42 0.79 0.34
Hex 12 31 9B 58 44 0 27 E2 4F 22
Octal 22 61 233 130 104 0 47 342 117 42
Binary 10010 110001 10011011 1011000 1000100 0 100111 11100010 1001111 100010

Color Harmonies of #12319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12319B

Black with #12319B

Text Example


Text Example

White with #12319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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