#065378

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

Shades of Dark Cerulean #065378

Tints of Dark Cerulean #065378

Color information

#065378 (or 0x065378) is unknown color: approx Dark Cerulean. HEX triplet: 06, 53 and 78. RGB value is (6,83,120). Sum of RGB (Red+Green+Blue) = 6+83+120=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #065378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065378 is #F9AC87. Grayscale: #3F3F3F. Windows color (decimal): -16362632 or 7885574. OLE color: 7885574.

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

Color convert

RGB683120-
CMYK0.950.3100.53
HSL199.47º90.48%24.71%-
HSV(B)199.47º95%47.06%-
XYZ6.567.5818.89-
YUV64.19159.4986.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=2.87%
G=39.71%
B=57.42%

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
Decimal6831200.950.3100.53199.4790.4824.71
Hex653785F1F035c75a19
Octal61231701373706530713231
Binary11010100111111000101111111111011010111000111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065378; }

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

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

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

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

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

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

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

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