#066992

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

Shades of Cerulean #066992

Tints of Cerulean #066992

Color information

#066992 (or 0x066992) is unknown color: approx Cerulean. HEX triplet: 06, 69 and 92. RGB value is (6,105,146). Sum of RGB (Red+Green+Blue) = 6+105+146=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #066992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066992 is #F9966D. Grayscale: #4F4F4F. Windows color (decimal): -16356974 or 9595142. OLE color: 9595142.

HSL color Cylindrical-coordinate representation of color #066992: hue angle of 197.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066992 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6105146-
CMYK0.960.2800.43
HSL197.57º92.11%29.8%-
HSV(B)197.57º95.89%57.25%-
XYZ10.3112.2229.01-
YUV80.07165.275.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=2.33%
G=40.86%
B=56.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61051460.960.2800.43197.5792.1129.8
Hex66992601C02Bc65c1e
Octal61512221403405330613436
Binary110110100110010010110000011100010101111000110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066992; }

 p { color: rgb(6,105,146); }

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

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

 a { background-color: rgb(6,105,146); }

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

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

 span { border-color: rgb(6,105,146); }

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