#065392

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

Shades of Dark Cerulean #065392

Tints of Dark Cerulean #065392

Color information

#065392 (or 0x065392) is unknown color: approx Dark Cerulean. HEX triplet: 06, 53 and 92. RGB value is (6,83,146). Sum of RGB (Red+Green+Blue) = 6+83+146=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #065392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065392 is #F9AC6D. Grayscale: #424242. Windows color (decimal): -16362606 or 9589510. OLE color: 9589510.

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

Color convert

RGB683146-
CMYK0.960.4300.43
HSL207º92.11%29.8%-
HSV(B)207º95.89%57.25%-
XYZ8.368.328.36-
YUV67.16172.4984.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 146 (57.42% from 255) = 62.13%
R=2.55%
G=35.32%
B=62.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6831460.960.4300.4320792.1129.8
Hex65392602B02Bcf5c1e
Octal61232221405305331713436
Binary1101010011100100101100000101011010101111001111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065392; }

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

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

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

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

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

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

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

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