Html Css Color HEX #1370A5 Cerulean

📋 copy color: '#1370A5'

red 19 ◦ green 112 ◦ blue 165

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

Shades of Cerulean #1370A5

Tints of Cerulean #1370A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 55.74%

R = 6.42%
G = 37.84%
B = 55.74%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1370A5 (or 0x1370A5) is known color: Cerulean. HEX triplet: 13, 70 and A5. RGB value is (19,112,165). Sum of RGB (Red+Green+Blue) = 19+112+165=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 165 (64.84% from 255 or 55.74% from 296); Max value from RGB is 165 - color contains mainly: blue. Hex color #1370A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1370A5 is #EC8F5A. Grayscale: #595959. Windows color (decimal): -15503195 or 10842131. OLE color: 10842131.

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

Color convert

RGB 19 112 165 -
CMYK 0.88 0.32 0 0.35
HSL 201.78º 0.79% 0.36% -
HSV(B) 201.78º 0.88% 0.65% -
XYZ 12.85 14.44 37.71 -
YUV 90.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 19 112 165 0.88 0.32 0 0.35 201.78 0.79 0.36
Hex 13 70 A5 58 20 0 23 CA 4F 24
Octal 23 160 245 130 40 0 43 312 117 44
Binary 10011 1110000 10100101 1011000 100000 0 100011 11001010 1001111 100100

Color Harmonies of #1370A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370A5

Black with #1370A5

Text Example


Text Example

White with #1370A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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