#065685

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

Shades of Dark Cerulean #065685

Tints of Dark Cerulean #065685

Color information

#065685 (or 0x065685) is unknown color: approx Dark Cerulean. HEX triplet: 06, 56 and 85. RGB value is (6,86,133). Sum of RGB (Red+Green+Blue) = 6+86+133=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #065685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065685 is #F9A97A. Grayscale: #434343. Windows color (decimal): -16361851 or 8738310. OLE color: 8738310.

HSL color Cylindrical-coordinate representation of color #065685: hue angle of 202.2º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065685 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB686133-
CMYK0.950.3500.48
HSL202.2º91.37%27.25%-
HSV(B)202.2º95.49%52.16%-
XYZ7.648.3923.41-
YUV67.4416584.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=2.67%
G=38.22%
B=59.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6861330.950.3500.48202.291.3727.25
Hex656855F23030ca5b1b
Octal61262051374306031213333
Binary1101010110100001011011111100011011000011001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065685; }

 p { color: rgb(6,86,133); }

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

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

 a { background-color: rgb(6,86,133); }

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

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

 span { border-color: rgb(6,86,133); }

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