Html Css Color HEX #1337AB Egyptian Blue

📋 copy color: '#1337AB'

red 19 ◦ green 55 ◦ blue 171

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

Shades of Egyptian Blue #1337AB

Tints of Egyptian Blue #1337AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 171 (67.19% from 255) = 69.8%

R = 7.76%
G = 22.45%
B = 69.8%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1337AB (or 0x1337AB) is known color: Egyptian Blue. HEX triplet: 13, 37 and AB. RGB value is (19,55,171). Sum of RGB (Red+Green+Blue) = 19+55+171=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #1337AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1337AB is #ECC854. Grayscale: #383838. Windows color (decimal): -15517781 or 11220755. OLE color: 11220755.

HSL color Cylindrical-coordinate representation of color #1337AB: hue angle of 225.79º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1337AB is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 55 171 -
CMYK 0.89 0.68 0 0.33
HSL 225.79º 0.8% 0.37% -
HSV(B) 225.79º 0.89% 0.67% -
XYZ 8.99 5.81 39.18 -
YUV 57.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 19 55 171 0.89 0.68 0 0.33 225.79 0.8 0.37
Hex 13 37 AB 59 44 0 21 E2 50 25
Octal 23 67 253 131 104 0 41 342 120 45
Binary 10011 110111 10101011 1011001 1000100 0 100001 11100010 1010000 100101

Color Harmonies of #1337AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337AB

Black with #1337AB

Text Example


Text Example

White with #1337AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1337AB; }

 p { color: rgb(19,55,171); }

 H1.HeaderClassName
 {
   color: #1337AB;
 }
 .AnyTagClassName
 {
   color: #1337AB;
 }
</style>

background-color css

<style>
 a { background-color: #1337AB; }

 a { background-color: rgb(19,55,171); }

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

border-color css

<style>
 span { border-color: #1337AB; }

 span { border-color: rgb(19,55,171); }

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