#065E96

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

Shades of Dark Cerulean #065E96

Tints of Dark Cerulean #065E96

Color information

#065E96 (or 0x065E96) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5E and 96. RGB value is (6,94,150). Sum of RGB (Red+Green+Blue) = 6+94+150=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #065E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E96 is #F9A169. Grayscale: #494949. Windows color (decimal): -16359786 or 9854470. OLE color: 9854470.

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

Color convert

RGB694150-
CMYK0.960.3700.41
HSL203.33º92.31%30.59%-
HSV(B)203.33º96%58.82%-
XYZ9.5810.2530.33-
YUV74.07170.8579.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 150 (58.98% from 255) = 60%
R=2.4%
G=37.6%
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.41
SystemRedGreenBlueCMYKHSL
Decimal6941500.960.3700.41203.3392.3130.59
Hex65E966025029cb5c1f
Octal61362261404505131313437
Binary1101011110100101101100000100101010100111001011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,94,150); }

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

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

 a { background-color: rgb(6,94,150); }

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

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

 span { border-color: rgb(6,94,150); }

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