#0077BD

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

Shades of Cerulean #0077BD

Tints of Cerulean #0077BD

Color information

#0077BD (or 0x0077BD) is unknown color: approx Cerulean. HEX triplet: 00, 77 and BD. RGB value is (0,119,189). Sum of RGB (Red+Green+Blue) = 0+119+189=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #0077BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0077BD is #FF8842. Grayscale: #5B5B5B. Windows color (decimal): -16746563 or 12416768. OLE color: 12416768.

HSL color Cylindrical-coordinate representation of color #0077BD: hue angle of 202.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077BD is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0119189-
CMYK10.3700.26
HSL202.22º100%37.06%-
HSV(B)202.22º100%74.12%-
XYZ15.7816.8750.57-
YUV91.4183.0862.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=0%
G=38.64%
B=61.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal011918910.3700.26202.2210037.06
Hex077BD642501Aca6425
Octal01672751444503231214445
Binary01110111101111011100100100101011010110010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0077BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0077BD; }

 p { color: rgb(0,119,189); }

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

<style>
 a { background-color: #0077BD; }

 a { background-color: rgb(0,119,189); }

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

<style>
 span { border-color: #0077BD; }

 span { border-color: rgb(0,119,189); }

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