Html Css Color HEX #13419B Egyptian Blue

📋 copy color: '#13419B'

red 19 ◦ green 65 ◦ blue 155

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

Shades of Egyptian Blue #13419B

Tints of Egyptian Blue #13419B

RGB

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

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

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

R = 7.95%
G = 27.2%
B = 64.85%

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

#13419B (or 0x13419B) is known color: Egyptian Blue. HEX triplet: 13, 41 and 9B. RGB value is (19,65,155). Sum of RGB (Red+Green+Blue) = 19+65+155=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #13419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13419B is #ECBE64. Grayscale: #3D3D3D. Windows color (decimal): -15515237 or 10174739. OLE color: 10174739.

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

Color convert

RGB 19 65 155 -
CMYK 0.88 0.58 0 0.39
HSL 219.71º 0.78% 0.34% -
HSV(B) 219.71º 0.88% 0.61% -
XYZ 8.08 6.29 31.8 -
YUV 61.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 19 65 155 0.88 0.58 0 0.39 219.71 0.78 0.34
Hex 13 41 9B 58 3A 0 27 DC 4E 22
Octal 23 101 233 130 72 0 47 334 116 42
Binary 10011 1000001 10011011 1011000 111010 0 100111 11011100 1001110 100010

Color Harmonies of #13419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13419B

Black with #13419B

Text Example


Text Example

White with #13419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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