#065490

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

Shades of Dark Cerulean #065490

Tints of Dark Cerulean #065490

Color information

#065490 (or 0x065490) is unknown color: approx Dark Cerulean. HEX triplet: 06, 54 and 90. RGB value is (6,84,144). Sum of RGB (Red+Green+Blue) = 6+84+144=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #065490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065490 is #F9AB6F. Grayscale: #434343. Windows color (decimal): -16362352 or 9458694. OLE color: 9458694.

HSL color Cylindrical-coordinate representation of color #065490: hue angle of 206.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065490 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB684144-
CMYK0.960.4200.44
HSL206.09º92%29.41%-
HSV(B)206.09º95.83%56.47%-
XYZ8.288.3927.57-
YUV67.52171.1684.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 144 (56.64% from 255) = 61.54%
R=2.56%
G=35.90%
B=61.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6841440.960.4200.44206.099229.41
Hex65490602A02Cce5c1d
Octal61242201405205431613435
Binary1101010100100100001100000101010010110011001110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065490; }

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

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

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

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

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

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

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

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