#065781

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

Shades of Dark Cerulean #065781

Tints of Dark Cerulean #065781

Color information

#065781 (or 0x065781) is unknown color: approx Dark Cerulean. HEX triplet: 06, 57 and 81. RGB value is (6,87,129). Sum of RGB (Red+Green+Blue) = 6+87+129=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #065781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065781 is #F9A87E. Grayscale: #434343. Windows color (decimal): -16361599 or 8476422. OLE color: 8476422.

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

Color convert

RGB687129-
CMYK0.950.3300.49
HSL200.49º91.11%26.47%-
HSV(B)200.49º95.35%50.59%-
XYZ7.458.4422.01-
YUV67.57162.6684.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 129 (50.78% from 255) = 58.11%
R=2.70%
G=39.19%
B=58.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6871290.950.3300.49200.4991.1126.47
Hex657815F21031c85b1a
Octal61272011374106131013332
Binary1101010111100000011011111100001011000111001000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065781; }

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

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

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

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

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

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

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

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