#065E94

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

Shades of Dark Cerulean #065E94

Tints of Dark Cerulean #065E94

Color information

#065E94 (or 0x065E94) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5E and 94. RGB value is (6,94,148). Sum of RGB (Red+Green+Blue) = 6+94+148=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #065E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E94 is #F9A16B. Grayscale: #494949. Windows color (decimal): -16359788 or 9723398. OLE color: 9723398.

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

Color convert

RGB694148-
CMYK0.960.3600.42
HSL202.82º92.21%30.2%-
HSV(B)202.82º95.95%58.04%-
XYZ9.4210.1829.49-
YUV73.84169.8579.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 148 (58.20% from 255) = 59.68%
R=2.42%
G=37.90%
B=59.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6941480.960.3600.42202.8292.2130.2
Hex65E94602402Acb5c1e
Octal61362241404405231313436
Binary1101011110100101001100000100100010101011001011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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