#065E92

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

Shades of Dark Cerulean #065E92

Tints of Dark Cerulean #065E92

Color information

#065E92 (or 0x065E92) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5E and 92. RGB value is (6,94,146). Sum of RGB (Red+Green+Blue) = 6+94+146=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #065E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E92 is #F9A16D. Grayscale: #494949. Windows color (decimal): -16359790 or 9592326. OLE color: 9592326.

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

Color convert

RGB694146-
CMYK0.960.3600.43
HSL202.29º92.11%29.8%-
HSV(B)202.29º95.89%57.25%-
XYZ9.2710.1228.66-
YUV73.62168.8579.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=2.44%
G=38.21%
B=59.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6941460.960.3600.43202.2992.1129.8
Hex65E92602402Bca5c1e
Octal61362221404405331213436
Binary1101011110100100101100000100100010101111001010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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