#1376AA

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

Shades of Cerulean #1376AA

Tints of Cerulean #1376AA

Color information

#1376AA (or 0x1376AA) is unknown color: approx Cerulean. HEX triplet: 13, 76 and AA. RGB value is (19,118,170). Sum of RGB (Red+Green+Blue) = 19+118+170=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1376AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1376AA is #EC8955. Grayscale: #5E5E5E. Windows color (decimal): -15501654 or 11171347. OLE color: 11171347.

HSL color Cylindrical-coordinate representation of color #1376AA: hue angle of 200.66º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1376AA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB19118170-
CMYK0.890.3100.33
HSL200.66º79.89%37.06%-
HSV(B)200.66º88.82%66.67%-
XYZ141640.38-
YUV94.33170.774.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.19%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=6.19%
G=38.44%
B=55.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191181700.890.3100.33200.6679.8937.06
Hex1376AA591F021c95025
Octal231662521313704131112045
Binary100111110110101010101011001111110100001110010011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1376AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1376AA; }

 p { color: rgb(19,118,170); }

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

<style>
 a { background-color: #1376AA; }

 a { background-color: rgb(19,118,170); }

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

<style>
 span { border-color: #1376AA; }

 span { border-color: rgb(19,118,170); }

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