Html Css Color HEX #1375A0 Cerulean

📋 copy color: '#1375A0'

red 19 ◦ green 117 ◦ blue 160

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

Shades of Cerulean #1375A0

Tints of Cerulean #1375A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.53%

 BLUE value IS 160 (62.89% from 255) = 54.05%

R = 6.42%
G = 39.53%
B = 54.05%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1375A0 (or 0x1375A0) is known color: Cerulean. HEX triplet: 13, 75 and A0. RGB value is (19,117,160). Sum of RGB (Red+Green+Blue) = 19+117+160=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #1375A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1375A0 is #EC8A5F. Grayscale: #5C5C5C. Windows color (decimal): -15501920 or 10515731. OLE color: 10515731.

HSL color Cylindrical-coordinate representation of color #1375A0: hue angle of 198.3º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1375A0 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 117 160 -
CMYK 0.88 0.27 0 0.37
HSL 198.3º 0.79% 0.35% -
HSV(B) 198.3º 0.88% 0.63% -
XYZ 12.98 15.4 35.55 -
YUV 92.6 166.03 75.5 -
System Red Green Blue C M Y K H S L
Decimal 19 117 160 0.88 0.27 0 0.37 198.3 0.79 0.35
Hex 13 75 A0 58 1B 0 25 C6 4F 23
Octal 23 165 240 130 33 0 45 306 117 43
Binary 10011 1110101 10100000 1011000 11011 0 100101 11000110 1001111 100011

Color Harmonies of #1375A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1375A0

Black with #1375A0

Text Example


Text Example

White with #1375A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1375A0; }

 p { color: rgb(19,117,160); }

 H1.HeaderClassName
 {
   color: #1375A0;
 }
 .AnyTagClassName
 {
   color: #1375A0;
 }
</style>

background-color css

<style>
 a { background-color: #1375A0; }

 a { background-color: rgb(19,117,160); }

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

border-color css

<style>
 span { border-color: #1375A0; }

 span { border-color: rgb(19,117,160); }

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