#065C92

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

Shades of Dark Cerulean #065C92

Tints of Dark Cerulean #065C92

Color information

#065C92 (or 0x065C92) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5C and 92. RGB value is (6,92,146). Sum of RGB (Red+Green+Blue) = 6+92+146=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #065C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C92 is #F9A36D. Grayscale: #484848. Windows color (decimal): -16360302 or 9591814. OLE color: 9591814.

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

Color convert

RGB692146-
CMYK0.960.3700.43
HSL203.14º92.11%29.8%-
HSV(B)203.14º95.89%57.25%-
XYZ9.099.7728.6-
YUV72.44169.5180.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=2.46%
G=37.70%
B=59.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6921460.960.3700.43203.1492.1129.8
Hex65C92602502Bcb5c1e
Octal61342221404505331313436
Binary1101011100100100101100000100101010101111001011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065C92; }

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

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

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

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

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

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

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

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