Html Css Color HEX #1370AC Cerulean

📋 copy color: '#1370AC'

red 19 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #1370AC

Tints of Cerulean #1370AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 6.27%
G = 36.96%
B = 56.77%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1370AC (or 0x1370AC) is known color: Cerulean. HEX triplet: 13, 70 and AC. RGB value is (19,112,172). Sum of RGB (Red+Green+Blue) = 19+112+172=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #1370AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1370AC is #EC8F53. Grayscale: #5A5A5A. Windows color (decimal): -15503188 or 11300883. OLE color: 11300883.

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

Color convert

RGB 19 112 172 -
CMYK 0.89 0.35 0 0.33
HSL 203.53º 0.8% 0.37% -
HSV(B) 203.53º 0.89% 0.67% -
XYZ 13.51 14.71 41.16 -
YUV 91.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 19 112 172 0.89 0.35 0 0.33 203.53 0.8 0.37
Hex 13 70 AC 59 23 0 21 CC 50 25
Octal 23 160 254 131 43 0 41 314 120 45
Binary 10011 1110000 10101100 1011001 100011 0 100001 11001100 1010000 100101

Color Harmonies of #1370AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370AC

Black with #1370AC

Text Example


Text Example

White with #1370AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1370AC; }

 p { color: rgb(19,112,172); }

 H1.HeaderClassName
 {
   color: #1370AC;
 }
 .AnyTagClassName
 {
   color: #1370AC;
 }
</style>

background-color css

<style>
 a { background-color: #1370AC; }

 a { background-color: rgb(19,112,172); }

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

border-color css

<style>
 span { border-color: #1370AC; }

 span { border-color: rgb(19,112,172); }

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