#065B94

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

Shades of Dark Cerulean #065B94

Tints of Dark Cerulean #065B94

Color information

#065B94 (or 0x065B94) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5B and 94. RGB value is (6,91,148). Sum of RGB (Red+Green+Blue) = 6+91+148=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #065B94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B94 is #F9A46B. Grayscale: #474747. Windows color (decimal): -16360556 or 9722630. OLE color: 9722630.

HSL color Cylindrical-coordinate representation of color #065B94: hue angle of 204.08º 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 #065B94 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB691148-
CMYK0.960.3900.42
HSL204.08º92.21%30.2%-
HSV(B)204.08º95.95%58.04%-
XYZ9.169.6629.4-
YUV72.08170.8480.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 148 (58.20% from 255) = 60.41%
R=2.45%
G=37.14%
B=60.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6911480.960.3900.42204.0892.2130.2
Hex65B94602702Acc5c1e
Octal61332241404705231413436
Binary1101011011100101001100000100111010101011001100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,91,148); }

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

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

 a { background-color: rgb(6,91,148); }

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

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

 span { border-color: rgb(6,91,148); }

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