Html Css Color HEX #13439B Egyptian Blue

📋 copy color: '#13439B'

red 19 ◦ green 67 ◦ blue 155

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

Shades of Egyptian Blue #13439B

Tints of Egyptian Blue #13439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

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

R = 7.88%
G = 27.8%
B = 64.32%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13439B (or 0x13439B) is known color: Egyptian Blue. HEX triplet: 13, 43 and 9B. RGB value is (19,67,155). Sum of RGB (Red+Green+Blue) = 19+67+155=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #13439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13439B is #ECBC64. Grayscale: #3E3E3E. Windows color (decimal): -15514725 or 10175251. OLE color: 10175251.

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

Color convert

RGB 19 67 155 -
CMYK 0.88 0.57 0 0.39
HSL 218.82º 0.78% 0.34% -
HSV(B) 218.82º 0.88% 0.61% -
XYZ 8.19 6.52 31.84 -
YUV 62.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 19 67 155 0.88 0.57 0 0.39 218.82 0.78 0.34
Hex 13 43 9B 58 39 0 27 DB 4E 22
Octal 23 103 233 130 71 0 47 333 116 42
Binary 10011 1000011 10011011 1011000 111001 0 100111 11011011 1001110 100010

Color Harmonies of #13439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13439B

Black with #13439B

Text Example


Text Example

White with #13439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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