#065478

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

Shades of Dark Cerulean #065478

Tints of Dark Cerulean #065478

Color information

#065478 (or 0x065478) is unknown color: approx Dark Cerulean. HEX triplet: 06, 54 and 78. RGB value is (6,84,120). Sum of RGB (Red+Green+Blue) = 6+84+120=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #065478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065478 is #F9AB87. Grayscale: #404040. Windows color (decimal): -16362376 or 7885830. OLE color: 7885830.

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

Color convert

RGB684120-
CMYK0.950.300.53
HSL198.95º90.48%24.71%-
HSV(B)198.95º95%47.06%-
XYZ6.647.7418.91-
YUV64.78159.1686.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=2.86%
G=40%
B=57.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6841200.950.300.53198.9590.4824.71
Hex654785F1E035c75a19
Octal61241701373606530713231
Binary11010101001111000101111111110011010111000111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065478; }

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

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

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

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

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

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

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

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