#065393

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

Shades of Dark Cerulean #065393

Tints of Dark Cerulean #065393

Color information

#065393 (or 0x065393) is unknown color: approx Dark Cerulean. HEX triplet: 06, 53 and 93. RGB value is (6,83,147). Sum of RGB (Red+Green+Blue) = 6+83+147=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #065393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065393 is #F9AC6C. Grayscale: #424242. Windows color (decimal): -16362605 or 9655046. OLE color: 9655046.

HSL color Cylindrical-coordinate representation of color #065393: hue angle of 207.23º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065393 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB683147-
CMYK0.960.4400.42
HSL207.23º92.16%30%-
HSV(B)207.23º95.92%57.65%-
XYZ8.438.3328.77-
YUV67.27172.9984.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.54%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 147 (57.81% from 255) = 62.29%
R=2.54%
G=35.17%
B=62.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6831470.960.4400.42207.2392.1630
Hex65393602C02Acf5c1e
Octal61232231405405231713436
Binary1101010011100100111100000101100010101011001111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065393; }

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

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

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

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

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

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

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

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