#064382

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

Shades of Dark Cerulean #064382

Tints of Dark Cerulean #064382

Color information

#064382 (or 0x064382) is unknown color: approx Dark Cerulean. HEX triplet: 06, 43 and 82. RGB value is (6,67,130). Sum of RGB (Red+Green+Blue) = 6+67+130=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #064382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064382 is #F9BC7D. Grayscale: #373737. Windows color (decimal): -16366718 or 8536838. OLE color: 8536838.

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

Color convert

RGB667130-
CMYK0.950.4800.49
HSL210.48º91.18%26.67%-
HSV(B)210.48º95.38%50.98%-
XYZ6.115.6621.89-
YUV55.94169.7992.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 130 (51.17% from 255) = 64.04%
R=2.96%
G=33.00%
B=64.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6671300.950.4800.49210.4891.1826.67
Hex643825F30031d25b1b
Octal61032021376006132213333
Binary1101000011100000101011111110000011000111010010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064382; }

 p { color: rgb(6,67,130); }

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

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

 a { background-color: rgb(6,67,130); }

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

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

 span { border-color: rgb(6,67,130); }

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