#064085

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

Shades of Dark Cerulean #064085

Tints of Dark Cerulean #064085

Color information

#064085 (or 0x064085) is unknown color: approx Dark Cerulean. HEX triplet: 06, 40 and 85. RGB value is (6,64,133). Sum of RGB (Red+Green+Blue) = 6+64+133=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #064085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064085 is #F9BF7A. Grayscale: #363636. Windows color (decimal): -16367483 or 8732678. OLE color: 8732678.

HSL color Cylindrical-coordinate representation of color #064085: hue angle of 212.6º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064085 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB664133-
CMYK0.950.5200.48
HSL212.6º91.37%27.25%-
HSV(B)212.6º95.49%52.16%-
XYZ6.145.422.91-
YUV54.52172.2893.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 133 (52.34% from 255) = 65.52%
R=2.96%
G=31.53%
B=65.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6641330.950.5200.48212.691.3727.25
Hex640855F34030d55b1b
Octal61002051376406032513333
Binary1101000000100001011011111110100011000011010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064085; }

 p { color: rgb(6,64,133); }

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

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

 a { background-color: rgb(6,64,133); }

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

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

 span { border-color: rgb(6,64,133); }

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