Html Css Color HEX #1370A7 Cerulean

📋 copy color: '#1370A7'

red 19 ◦ green 112 ◦ blue 167

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

Shades of Cerulean #1370A7

Tints of Cerulean #1370A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 56.04%

R = 6.38%
G = 37.58%
B = 56.04%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1370A7 (or 0x1370A7) is known color: Cerulean. HEX triplet: 13, 70 and A7. RGB value is (19,112,167). Sum of RGB (Red+Green+Blue) = 19+112+167=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 167 (65.62% from 255 or 56.04% from 298); Max value from RGB is 167 - color contains mainly: blue. Hex color #1370A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1370A7 is #EC8F58. Grayscale: #5A5A5A. Windows color (decimal): -15503193 or 10973203. OLE color: 10973203.

HSL color Cylindrical-coordinate representation of color #1370A7: hue angle of 202.3º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1370A7 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 112 167 -
CMYK 0.89 0.33 0 0.35
HSL 202.3º 0.8% 0.36% -
HSV(B) 202.3º 0.89% 0.65% -
XYZ 13.04 14.52 38.67 -
YUV 90.46 171.19 77.03 -
System Red Green Blue C M Y K H S L
Decimal 19 112 167 0.89 0.33 0 0.35 202.3 0.8 0.36
Hex 13 70 A7 59 21 0 23 CA 50 24
Octal 23 160 247 131 41 0 43 312 120 44
Binary 10011 1110000 10100111 1011001 100001 0 100011 11001010 1010000 100100

Color Harmonies of #1370A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370A7

Black with #1370A7

Text Example


Text Example

White with #1370A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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