Html Css Color HEX #13399A Egyptian Blue

📋 copy color: '#13399A'

red 19 ◦ green 57 ◦ blue 154

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

Shades of Egyptian Blue #13399A

Tints of Egyptian Blue #13399A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.78%

 BLUE value IS 154 (60.55% from 255) = 66.96%

R = 8.26%
G = 24.78%
B = 66.96%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#13399A (or 0x13399A) is known color: Egyptian Blue. HEX triplet: 13, 39 and 9A. RGB value is (19,57,154). Sum of RGB (Red+Green+Blue) = 19+57+154=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #13399A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13399A is #ECC665. Grayscale: #383838. Windows color (decimal): -15517286 or 10107155. OLE color: 10107155.

HSL color Cylindrical-coordinate representation of color #13399A: hue angle of 223.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13399A is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 57 154 -
CMYK 0.88 0.63 0 0.40
HSL 223.11º 0.78% 0.34% -
HSV(B) 223.11º 0.88% 0.6% -
XYZ 7.56 5.4 31.22 -
YUV 56.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 19 57 154 0.88 0.63 0 0.40 223.11 0.78 0.34
Hex 13 39 9A 58 3F 0 28 DF 4E 22
Octal 23 71 232 130 77 0 50 337 116 42
Binary 10011 111001 10011010 1011000 111111 0 101000 11011111 1001110 100010

Color Harmonies of #13399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13399A

Black with #13399A

Text Example


Text Example

White with #13399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13399A; }

 p { color: rgb(19,57,154); }

 H1.HeaderClassName
 {
   color: #13399A;
 }
 .AnyTagClassName
 {
   color: #13399A;
 }
</style>

background-color css

<style>
 a { background-color: #13399A; }

 a { background-color: rgb(19,57,154); }

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

border-color css

<style>
 span { border-color: #13399A; }

 span { border-color: rgb(19,57,154); }

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