#065C93

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

Shades of Dark Cerulean #065C93

Tints of Dark Cerulean #065C93

Color information

#065C93 (or 0x065C93) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5C and 93. RGB value is (6,92,147). Sum of RGB (Red+Green+Blue) = 6+92+147=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #065C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C93 is #F9A36C. Grayscale: #484848. Windows color (decimal): -16360301 or 9657350. OLE color: 9657350.

HSL color Cylindrical-coordinate representation of color #065C93: hue angle of 203.4º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065C93 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB692147-
CMYK0.960.3700.42
HSL203.4º92.16%30%-
HSV(B)203.4º95.92%57.65%-
XYZ9.179.829.01-
YUV72.56170.0180.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 147 (57.81% from 255) = 60%
R=2.45%
G=37.55%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6921470.960.3700.42203.492.1630
Hex65C93602502Acb5c1e
Octal61342231404505231313436
Binary1101011100100100111100000100101010101011001011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,92,147); }

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

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

 a { background-color: rgb(6,92,147); }

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

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

 span { border-color: rgb(6,92,147); }

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