#065479

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

Shades of Dark Cerulean #065479

Tints of Dark Cerulean #065479

Color information

#065479 (or 0x065479) is unknown color: approx Dark Cerulean. HEX triplet: 06, 54 and 79. RGB value is (6,84,121). Sum of RGB (Red+Green+Blue) = 6+84+121=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #065479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065479 is #F9AB86. Grayscale: #404040. Windows color (decimal): -16362375 or 7951366. OLE color: 7951366.

HSL color Cylindrical-coordinate representation of color #065479: hue angle of 199.3º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065479 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB684121-
CMYK0.950.3100.53
HSL199.3º90.55%24.9%-
HSV(B)199.3º95.04%47.45%-
XYZ6.77.7619.23-
YUV64.9159.6685.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=2.84%
G=39.81%
B=57.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6841210.950.3100.53199.390.5524.9
Hex654795F1F035c75b19
Octal61241711373706530713331
Binary11010101001111001101111111111011010111000111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065479; }

 p { color: rgb(6,84,121); }

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

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

 a { background-color: rgb(6,84,121); }

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

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

 span { border-color: rgb(6,84,121); }

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