#064185

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

Shades of Dark Cerulean #064185

Tints of Dark Cerulean #064185

Color information

#064185 (or 0x064185) is unknown color: approx Dark Cerulean. HEX triplet: 06, 41 and 85. RGB value is (6,65,133). Sum of RGB (Red+Green+Blue) = 6+65+133=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #064185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064185 is #F9BE7A. Grayscale: #363636. Windows color (decimal): -16367227 or 8732934. OLE color: 8732934.

HSL color Cylindrical-coordinate representation of color #064185: hue angle of 212.13º 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 #064185 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB665133-
CMYK0.950.5100.48
HSL212.13º91.37%27.25%-
HSV(B)212.13º95.49%52.16%-
XYZ6.25.5122.93-
YUV55.11171.9592.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=2.94%
G=31.86%
B=65.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6651330.950.5100.48212.1391.3727.25
Hex641855F33030d45b1b
Octal61012051376306032413333
Binary1101000001100001011011111110011011000011010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064185; }

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

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

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

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

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

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

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

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