Html Css Color HEX #1371AD Cerulean

📋 copy color: '#1371AD'

red 19 ◦ green 113 ◦ blue 173

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

Shades of Cerulean #1371AD

Tints of Cerulean #1371AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 6.23%
G = 37.05%
B = 56.72%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1371AD (or 0x1371AD) is known color: Cerulean. HEX triplet: 13, 71 and AD. RGB value is (19,113,173). Sum of RGB (Red+Green+Blue) = 19+113+173=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #1371AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1371AD is #EC8E52. Grayscale: #5B5B5B. Windows color (decimal): -15502931 or 11366675. OLE color: 11366675.

HSL color Cylindrical-coordinate representation of color #1371AD: hue angle of 203.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1371AD is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 113 173 -
CMYK 0.89 0.35 0 0.32
HSL 203.38º 0.8% 0.38% -
HSV(B) 203.38º 0.89% 0.68% -
XYZ 13.72 14.97 41.7 -
YUV 91.73 173.86 76.12 -
System Red Green Blue C M Y K H S L
Decimal 19 113 173 0.89 0.35 0 0.32 203.38 0.8 0.38
Hex 13 71 AD 59 23 0 20 CB 50 26
Octal 23 161 255 131 43 0 40 313 120 46
Binary 10011 1110001 10101101 1011001 100011 0 100000 11001011 1010000 100110

Color Harmonies of #1371AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371AD

Black with #1371AD

Text Example


Text Example

White with #1371AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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