Html Css Color HEX #1371AA Cerulean

📋 copy color: '#1371AA'

red 19 ◦ green 113 ◦ blue 170

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

Shades of Cerulean #1371AA

Tints of Cerulean #1371AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 6.29%
G = 37.42%
B = 56.29%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1371AA (or 0x1371AA) is known color: Cerulean. HEX triplet: 13, 71 and AA. RGB value is (19,113,170). Sum of RGB (Red+Green+Blue) = 19+113+170=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #1371AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1371AA is #EC8E55. Grayscale: #5B5B5B. Windows color (decimal): -15502934 or 11170067. OLE color: 11170067.

HSL color Cylindrical-coordinate representation of color #1371AA: hue angle of 202.65º 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 #1371AA is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 113 170 -
CMYK 0.89 0.34 0 0.33
HSL 202.65º 0.8% 0.37% -
HSV(B) 202.65º 0.89% 0.67% -
XYZ 13.43 14.85 40.19 -
YUV 91.39 172.36 76.37 -
System Red Green Blue C M Y K H S L
Decimal 19 113 170 0.89 0.34 0 0.33 202.65 0.8 0.37
Hex 13 71 AA 59 22 0 21 CB 50 25
Octal 23 161 252 131 42 0 41 313 120 45
Binary 10011 1110001 10101010 1011001 100010 0 100001 11001011 1010000 100101

Color Harmonies of #1371AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371AA

Black with #1371AA

Text Example


Text Example

White with #1371AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1371AA; }

 p { color: rgb(19,113,170); }

 H1.HeaderClassName
 {
   color: #1371AA;
 }
 .AnyTagClassName
 {
   color: #1371AA;
 }
</style>

background-color css

<style>
 a { background-color: #1371AA; }

 a { background-color: rgb(19,113,170); }

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

border-color css

<style>
 span { border-color: #1371AA; }

 span { border-color: rgb(19,113,170); }

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