#0766A0

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

Shades of Cerulean #0766A0

Tints of Cerulean #0766A0

Color information

#0766A0 (or 0x0766A0) is unknown color: approx Cerulean. HEX triplet: 07, 66 and A0. RGB value is (7,102,160). Sum of RGB (Red+Green+Blue) = 7+102+160=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #0766A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0766A0 is #F8995F. Grayscale: #4F4F4F. Windows color (decimal): -16292192 or 10511879. OLE color: 10511879.

HSL color Cylindrical-coordinate representation of color #0766A0: hue angle of 202.75º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0766A0 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7102160-
CMYK0.960.3600.37
HSL202.75º91.62%32.75%-
HSV(B)202.75º95.63%62.75%-
XYZ11.1812.0935-
YUV80.21173.0375.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.60%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 160 (62.89% from 255) = 59.48%
R=2.60%
G=37.92%
B=59.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71021600.960.3600.37202.7591.6232.75
Hex766A06024025cb5c21
Octal71462401404404531313441
Binary11111001101010000011000001001000100101110010111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0766A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0766A0; }

 p { color: rgb(7,102,160); }

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

<style>
 a { background-color: #0766A0; }

 a { background-color: rgb(7,102,160); }

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

<style>
 span { border-color: #0766A0; }

 span { border-color: rgb(7,102,160); }

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