#1375A4

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

Shades of Cerulean #1375A4

Tints of Cerulean #1375A4

Color information

#1375A4 (or 0x1375A4) is unknown color: approx Cerulean. HEX triplet: 13, 75 and A4. RGB value is (19,117,164). Sum of RGB (Red+Green+Blue) = 19+117+164=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #1375A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1375A4 is #EC8A5B. Grayscale: #5C5C5C. Windows color (decimal): -15501916 or 10777875. OLE color: 10777875.

HSL color Cylindrical-coordinate representation of color #1375A4: hue angle of 199.45º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1375A4 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB19117164-
CMYK0.880.2900.36
HSL199.45º79.23%35.88%-
HSV(B)199.45º88.41%64.31%-
XYZ13.3315.5437.42-
YUV93.06168.0375.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 164 (64.45% from 255) = 54.67%
R=6.33%
G=39%
B=54.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191171640.880.2900.36199.4579.2335.88
Hex1375A4581D024c74f24
Octal231652441303504430711744
Binary100111110101101001001011000111010100100110001111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1375A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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