#065881

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

Shades of Dark Cerulean #065881

Tints of Dark Cerulean #065881

Color information

#065881 (or 0x065881) is unknown color: approx Dark Cerulean. HEX triplet: 06, 58 and 81. RGB value is (6,88,129). Sum of RGB (Red+Green+Blue) = 6+88+129=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #065881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065881 is #F9A77E. Grayscale: #434343. Windows color (decimal): -16361343 or 8476678. OLE color: 8476678.

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

Color convert

RGB688129-
CMYK0.950.3200.49
HSL200º91.11%26.47%-
HSV(B)200º95.35%50.59%-
XYZ7.538.622.03-
YUV68.16162.3383.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 129 (50.78% from 255) = 57.85%
R=2.69%
G=39.46%
B=57.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6881290.950.3200.4920091.1126.47
Hex658815F20031c85b1a
Octal61302011374006131013332
Binary1101011000100000011011111100000011000111001000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065881; }

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

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

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

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

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

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

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

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