#065B92

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

Shades of Dark Cerulean #065B92

Tints of Dark Cerulean #065B92

Color information

#065B92 (or 0x065B92) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5B and 92. RGB value is (6,91,146). Sum of RGB (Red+Green+Blue) = 6+91+146=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #065B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B92 is #F9A46D. Grayscale: #474747. Windows color (decimal): -16360558 or 9591558. OLE color: 9591558.

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

Color convert

RGB691146-
CMYK0.960.3800.43
HSL203.57º92.11%29.8%-
HSV(B)203.57º95.89%57.25%-
XYZ99.628.57-
YUV71.85169.8481.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 146 (57.42% from 255) = 60.08%
R=2.47%
G=37.45%
B=60.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6911460.960.3800.43203.5792.1129.8
Hex65B92602602Bcc5c1e
Octal61332221404605331413436
Binary1101011011100100101100000100110010101111001100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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