#065081

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

Shades of Dark Cerulean #065081

Tints of Dark Cerulean #065081

Color information

#065081 (or 0x065081) is unknown color: approx Dark Cerulean. HEX triplet: 06, 50 and 81. RGB value is (6,80,129). Sum of RGB (Red+Green+Blue) = 6+80+129=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #065081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065081 is #F9AF7E. Grayscale: #3F3F3F. Windows color (decimal): -16363391 or 8474630. OLE color: 8474630.

HSL color Cylindrical-coordinate representation of color #065081: hue angle of 203.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065081 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB680129-
CMYK0.950.3800.49
HSL203.9º91.11%26.47%-
HSV(B)203.9º95.35%50.59%-
XYZ6.917.3621.83-
YUV63.46164.9887.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 129 (50.78% from 255) = 60%
R=2.79%
G=37.21%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6801290.950.3800.49203.991.1126.47
Hex650815F26031cc5b1a
Octal61202011374606131413332
Binary1101010000100000011011111100110011000111001100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065081; }

 p { color: rgb(6,80,129); }

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

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

 a { background-color: rgb(6,80,129); }

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

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

 span { border-color: rgb(6,80,129); }

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