#1376B4

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

Shades of Cerulean #1376B4

Tints of Cerulean #1376B4

Color information

#1376B4 (or 0x1376B4) is unknown color: approx Cerulean. HEX triplet: 13, 76 and B4. RGB value is (19,118,180). Sum of RGB (Red+Green+Blue) = 19+118+180=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #1376B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376B4 is #EC894B. Grayscale: #5F5F5F. Windows color (decimal): -15501644 or 11826707. OLE color: 11826707.

HSL color Cylindrical-coordinate representation of color #1376B4: hue angle of 203.11º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1376B4 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB19118180-
CMYK0.890.3400.29
HSL203.11º80.9%39.02%-
HSV(B)203.11º89.44%70.59%-
XYZ14.9916.3945.55-
YUV95.47175.773.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.99%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 180 (70.70% from 255) = 56.78%
R=5.99%
G=37.22%
B=56.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191181800.890.3400.29203.1180.939.02
Hex1376B4592201Dcb5127
Octal231662641314203531312147
Binary100111110110101101001011001100010011101110010111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1376B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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