#065292

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

Shades of Dark Cerulean #065292

Tints of Dark Cerulean #065292

Color information

#065292 (or 0x065292) is unknown color: approx Dark Cerulean. HEX triplet: 06, 52 and 92. RGB value is (6,82,146). Sum of RGB (Red+Green+Blue) = 6+82+146=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #065292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065292 is #F9AD6D. Grayscale: #424242. Windows color (decimal): -16362862 or 9589254. OLE color: 9589254.

HSL color Cylindrical-coordinate representation of color #065292: hue angle of 207.43º 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 #065292 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB682146-
CMYK0.960.4400.43
HSL207.43º92.11%29.8%-
HSV(B)207.43º95.89%57.25%-
XYZ8.288.1528.33-
YUV66.57172.8284.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=2.56%
G=35.04%
B=62.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6821460.960.4400.43207.4392.1129.8
Hex65292602C02Bcf5c1e
Octal61222221405405331713436
Binary1101010010100100101100000101100010101111001111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065292; }

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

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

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

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

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

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

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

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