Html Css Color HEX #13239B Egyptian Blue

📋 copy color: '#13239B'

red 19 ◦ green 35 ◦ blue 155

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

Shades of Egyptian Blue #13239B

Tints of Egyptian Blue #13239B

RGB

 RED value IS 19 (7.81% from 255) = 9.09%

 GREEN value IS 35 (14.06% from 255) = 16.75%

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

R = 9.09%
G = 16.75%
B = 74.16%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13239B (or 0x13239B) is known color: Egyptian Blue. HEX triplet: 13, 23 and 9B. RGB value is (19,35,155). Sum of RGB (Red+Green+Blue) = 19+35+155=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #13239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13239B is #ECDC64. Grayscale: #2B2B2B. Windows color (decimal): -15522917 or 10167059. OLE color: 10167059.

HSL color Cylindrical-coordinate representation of color #13239B: hue angle of 232.94º degrees, saturation: 0.78, 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 #13239B is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 35 155 -
CMYK 0.88 0.77 0 0.39
HSL 232.94º 0.78% 0.34% -
HSV(B) 232.94º 0.88% 0.61% -
XYZ 6.79 3.71 31.37 -
YUV 43.9 190.7 110.24 -
System Red Green Blue C M Y K H S L
Decimal 19 35 155 0.88 0.77 0 0.39 232.94 0.78 0.34
Hex 13 23 9B 58 4D 0 27 E9 4E 22
Octal 23 43 233 130 115 0 47 351 116 42
Binary 10011 100011 10011011 1011000 1001101 0 100111 11101001 1001110 100010

Color Harmonies of #13239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13239B

Black with #13239B

Text Example


Text Example

White with #13239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,35,155); }

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

background-color css

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

 a { background-color: rgb(19,35,155); }

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

border-color css

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

 span { border-color: rgb(19,35,155); }

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