#0766A4

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

Shades of Cerulean #0766A4

Tints of Cerulean #0766A4

Color information

#0766A4 (or 0x0766A4) is unknown color: approx Cerulean. HEX triplet: 07, 66 and A4. RGB value is (7,102,164). Sum of RGB (Red+Green+Blue) = 7+102+164=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #0766A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0766A4 is #F8995B. Grayscale: #505050. Windows color (decimal): -16292188 or 10774023. OLE color: 10774023.

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

Color convert

RGB7102164-
CMYK0.960.3800.36
HSL203.69º91.81%33.53%-
HSV(B)203.69º95.73%64.31%-
XYZ11.5412.2336.87-
YUV80.66175.0375.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 164 (64.45% from 255) = 60.07%
R=2.56%
G=37.36%
B=60.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71021640.960.3800.36203.6991.8133.53
Hex766A46026024cc5c22
Octal71462441404604431413442
Binary11111001101010010011000001001100100100110011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0766A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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