Html Css Color HEX #1371AB Cerulean

📋 copy color: '#1371AB'

red 19 ◦ green 113 ◦ blue 171

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

Shades of Cerulean #1371AB

Tints of Cerulean #1371AB

RGB

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

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

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

R = 6.27%
G = 37.29%
B = 56.44%

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

#1371AB (or 0x1371AB) is known color: Cerulean. HEX triplet: 13, 71 and AB. RGB value is (19,113,171). Sum of RGB (Red+Green+Blue) = 19+113+171=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #1371AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1371AB is #EC8E54. Grayscale: #5B5B5B. Windows color (decimal): -15502933 or 11235603. OLE color: 11235603.

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

Color convert

RGB 19 113 171 -
CMYK 0.89 0.34 0 0.33
HSL 202.89º 0.8% 0.37% -
HSV(B) 202.89º 0.89% 0.67% -
XYZ 13.52 14.89 40.69 -
YUV 91.51 172.86 76.28 -
System Red Green Blue C M Y K H S L
Decimal 19 113 171 0.89 0.34 0 0.33 202.89 0.8 0.37
Hex 13 71 AB 59 22 0 21 CB 50 25
Octal 23 161 253 131 42 0 41 313 120 45
Binary 10011 1110001 10101011 1011001 100010 0 100001 11001011 1010000 100101

Color Harmonies of #1371AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371AB

Black with #1371AB

Text Example


Text Example

White with #1371AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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