#1976B0

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

Shades of Cerulean #1976B0

Tints of Cerulean #1976B0

Color information

#1976B0 (or 0x1976B0) is unknown color: approx Cerulean. HEX triplet: 19, 76 and B0. RGB value is (25,118,176). Sum of RGB (Red+Green+Blue) = 25+118+176=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 176 (69.14% from 255 or 55.17% from 319); Max value from RGB is 176 - color contains mainly: blue. Hex color #1976B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1976B0 is #E6894F. Grayscale: #606060. Windows color (decimal): -15108432 or 11564569. OLE color: 11564569.

HSL color Cylindrical-coordinate representation of color #1976B0: hue angle of 203.05º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1976B0 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25118176-
CMYK0.860.3300.31
HSL203.05º75.12%39.41%-
HSV(B)203.05º85.8%69.02%-
XYZ14.7216.343.44-
YUV96.8172.6976.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.84%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 176 (69.14% from 255) = 55.17%
R=7.84%
G=36.99%
B=55.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251181760.860.3300.31203.0575.1239.41
Hex1976B0562101Fcb4b27
Octal311662601264103731311347
Binary110011110110101100001010110100001011111110010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1976B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1976B0; }

 p { color: rgb(25,118,176); }

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

<style>
 a { background-color: #1976B0; }

 a { background-color: rgb(25,118,176); }

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

<style>
 span { border-color: #1976B0; }

 span { border-color: rgb(25,118,176); }

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