#0076b5

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

Shades of Cerulean #0076B5

Tints of Cerulean #0076B5

Color information

#0076B5 (or 0x0076B5) is unknown color: approx Cerulean. HEX triplet: 00, 76 and B5. RGB value is (0,118,181). Sum of RGB (Red+Green+Blue) = 0+118+181=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #0076B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0076B5 is #FF894A. Grayscale: #595959. Windows color (decimal): -16746827 or 11892224. OLE color: 11892224.

HSL color Cylindrical-coordinate representation of color #0076B5: hue angle of 200.88º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076B5 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB0118181-
CMYK10.3500.29
HSL200.88º100%35.49%-
HSV(B)200.88º100%70.98%-
XYZ14.8216.2946.08-
YUV89.9179.4163.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 181 (71.09% from 255) = 60.54%
R=0%
G=39.46%
B=60.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal011818110.3500.29200.8810035.49
Hex076B5642301Dc96423
Octal01662651444303531114443
Binary01110110101101011100100100011011101110010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0076b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0076b5; }

 p { color: rgb(0,118,181); }

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

<style>
 a { background-color: #0076b5; }

 a { background-color: rgb(0,118,181); }

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

<style>
 span { border-color: #0076b5; }

 span { border-color: rgb(0,118,181); }

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