#1375A5

Color #1375A5 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1375A5

Tints of Cerulean #1375A5

Color information

#1375A5 (or 0x1375A5) is unknown color: approx Cerulean. HEX triplet: 13, 75 and A5. RGB value is (19,117,165). Sum of RGB (Red+Green+Blue) = 19+117+165=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #1375A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1375A5 is #EC8A5A. Grayscale: #5C5C5C. Windows color (decimal): -15501915 or 10843411. OLE color: 10843411.

HSL color Cylindrical-coordinate representation of color #1375A5: hue angle of 199.73º 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 #1375A5 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB19117165-
CMYK0.880.2900.35
HSL199.73º79.35%36.08%-
HSV(B)199.73º88.48%64.71%-
XYZ13.4215.5837.9-
YUV93.17168.5375.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 165 (64.84% from 255) = 54.82%
R=6.31%
G=38.87%
B=54.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal191171650.880.2900.35199.7379.3536.08
Hex1375A5581D023c84f24
Octal231652451303504331011744
Binary100111110101101001011011000111010100011110010001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1375A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1375A5;
 }
 .AnyTagClassName
 {
   color: #1375A5;
 }
</style>
background-color css

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

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

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

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

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

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