#065F90

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

Shades of Dark Cerulean #065F90

Tints of Dark Cerulean #065F90

Color information

#065F90 (or 0x065F90) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5F and 90. RGB value is (6,95,144). Sum of RGB (Red+Green+Blue) = 6+95+144=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #065F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065F90 is #F9A06F. Grayscale: #494949. Windows color (decimal): -16359536 or 9461510. OLE color: 9461510.

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

Color convert

RGB695144-
CMYK0.960.3400.44
HSL201.3º92%29.41%-
HSV(B)201.3º95.83%56.47%-
XYZ9.210.2427.88-
YUV73.97167.5179.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=2.45%
G=38.78%
B=58.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6951440.960.3400.44201.39229.41
Hex65F90602202Cc95c1d
Octal61372201404205431113435
Binary1101011111100100001100000100010010110011001001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065F90; }

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

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

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

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

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

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

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

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