#065379

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

Shades of Dark Cerulean #065379

Tints of Dark Cerulean #065379

Color information

#065379 (or 0x065379) is unknown color: approx Dark Cerulean. HEX triplet: 06, 53 and 79. RGB value is (6,83,121). Sum of RGB (Red+Green+Blue) = 6+83+121=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #065379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065379 is #F9AC86. Grayscale: #404040. Windows color (decimal): -16362631 or 7951110. OLE color: 7951110.

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

Color convert

RGB683121-
CMYK0.950.3100.53
HSL199.83º90.55%24.9%-
HSV(B)199.83º95.04%47.45%-
XYZ6.627.6119.21-
YUV64.31159.9986.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=2.86%
G=39.52%
B=57.62%

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
Decimal6831210.950.3100.53199.8390.5524.9
Hex653795F1F035c85b19
Octal61231711373706531013331
Binary11010100111111001101111111111011010111001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065379; }

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

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

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

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

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

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

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

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