Html Css Color HEX #12419B Egyptian Blue

📋 copy color: '#12419B'

red 18 ◦ green 65 ◦ blue 155

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

Shades of Egyptian Blue #12419B

Tints of Egyptian Blue #12419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.31%

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

R = 7.56%
G = 27.31%
B = 65.13%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12419B (or 0x12419B) is known color: Egyptian Blue. HEX triplet: 12, 41 and 9B. RGB value is (18,65,155). Sum of RGB (Red+Green+Blue) = 18+65+155=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #12419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12419B is #EDBE64. Grayscale: #3C3C3C. Windows color (decimal): -15580773 or 10174738. OLE color: 10174738.

HSL color Cylindrical-coordinate representation of color #12419B: hue angle of 219.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 #12419B is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 65 155 -
CMYK 0.88 0.58 0 0.39
HSL 219.42º 0.79% 0.34% -
HSV(B) 219.42º 0.88% 0.61% -
XYZ 8.06 6.28 31.8 -
YUV 61.21 180.93 97.18 -
System Red Green Blue C M Y K H S L
Decimal 18 65 155 0.88 0.58 0 0.39 219.42 0.79 0.34
Hex 12 41 9B 58 3A 0 27 DB 4F 22
Octal 22 101 233 130 72 0 47 333 117 42
Binary 10010 1000001 10011011 1011000 111010 0 100111 11011011 1001111 100010

Color Harmonies of #12419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12419B

Black with #12419B

Text Example


Text Example

White with #12419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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