#0076A7

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

Shades of Cerulean #0076A7

Tints of Cerulean #0076A7

Color information

#0076A7 (or 0x0076A7) is unknown color: approx Cerulean. HEX triplet: 00, 76 and A7. RGB value is (0,118,167). Sum of RGB (Red+Green+Blue) = 0+118+167=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 167 (65.62% from 255 or 58.60% from 285); Max value from RGB is 167 - color contains mainly: blue. Hex color #0076A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0076A7 is #FF8958. Grayscale: #575757. Windows color (decimal): -16746841 or 10974720. OLE color: 10974720.

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

Color convert

RGB0118167-
CMYK10.2900.35
HSL197.6º100%32.75%-
HSV(B)197.6º100%65.49%-
XYZ13.4515.7538.89-
YUV88.3172.4165.02-

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) = 41.40%
BLUE value IS 167 (65.62% from 255) = 58.60%
R=0%
G=41.40%
B=58.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal011816710.2900.35197.610032.75
Hex076A7641D023c66421
Octal01662471443504330614441
Binary01110110101001111100100111010100011110001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0076A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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