#063F85

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

Shades of Dark Cerulean #063F85

Tints of Dark Cerulean #063F85

Color information

#063F85 (or 0x063F85) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3F and 85. RGB value is (6,63,133). Sum of RGB (Red+Green+Blue) = 6+63+133=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #063F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F85 is #F9C07A. Grayscale: #353535. Windows color (decimal): -16367739 or 8732422. OLE color: 8732422.

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

Color convert

RGB663133-
CMYK0.950.5300.48
HSL213.07º91.37%27.25%-
HSV(B)213.07º95.49%52.16%-
XYZ6.095.2922.89-
YUV53.94172.6293.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=2.97%
G=31.19%
B=65.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6631330.950.5300.48213.0791.3727.25
Hex63F855F35030d55b1b
Octal6772051376506032513333
Binary110111111100001011011111110101011000011010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063F85; }

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

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

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

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

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

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

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

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