#065584

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

Shades of Dark Cerulean #065584

Tints of Dark Cerulean #065584

Color information

#065584 (or 0x065584) is unknown color: approx Dark Cerulean. HEX triplet: 06, 55 and 84. RGB value is (6,85,132). Sum of RGB (Red+Green+Blue) = 6+85+132=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #065584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065584 is #F9AA7B. Grayscale: #424242. Windows color (decimal): -16362108 or 8672518. OLE color: 8672518.

HSL color Cylindrical-coordinate representation of color #065584: hue angle of 202.38º 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 #065584 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB685132-
CMYK0.950.3600.48
HSL202.38º91.3%27.06%-
HSV(B)202.38º95.45%51.76%-
XYZ7.498.223.02-
YUV66.74164.8384.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=2.69%
G=38.12%
B=59.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6851320.950.3600.48202.3891.327.06
Hex655845F24030ca5b1b
Octal61252041374406031213333
Binary1101010101100001001011111100100011000011001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065584; }

 p { color: rgb(6,85,132); }

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

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

 a { background-color: rgb(6,85,132); }

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

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

 span { border-color: rgb(6,85,132); }

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