#065190

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

Shades of Dark Cerulean #065190

Tints of Dark Cerulean #065190

Color information

#065190 (or 0x065190) is unknown color: approx Dark Cerulean. HEX triplet: 06, 51 and 90. RGB value is (6,81,144). Sum of RGB (Red+Green+Blue) = 6+81+144=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #065190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065190 is #F9AE6F. Grayscale: #414141. Windows color (decimal): -16363120 or 9457926. OLE color: 9457926.

HSL color Cylindrical-coordinate representation of color #065190: hue angle of 207.39º 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 #065190 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB681144-
CMYK0.960.4400.44
HSL207.39º92%29.41%-
HSV(B)207.39º95.83%56.47%-
XYZ8.057.9427.49-
YUV65.76172.1585.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 144 (56.64% from 255) = 62.34%
R=2.60%
G=35.06%
B=62.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6811440.960.4400.44207.399229.41
Hex65190602C02Ccf5c1d
Octal61212201405405431713435
Binary1101010001100100001100000101100010110011001111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065190; }

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

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

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

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

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

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

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

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