#063583

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

Shades of Dark Cerulean #063583

Tints of Dark Cerulean #063583

Color information

#063583 (or 0x063583) is unknown color: approx Dark Cerulean. HEX triplet: 06, 35 and 83. RGB value is (6,53,131). Sum of RGB (Red+Green+Blue) = 6+53+131=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #063583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063583 is #F9CA7C. Grayscale: #2F2F2F. Windows color (decimal): -16370301 or 8598790. OLE color: 8598790.

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

Color convert

RGB653131-
CMYK0.950.6000.49
HSL217.44º91.24%26.86%-
HSV(B)217.44º95.42%51.37%-
XYZ5.444.2222-
YUV47.84174.9398.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 131 (51.56% from 255) = 68.95%
R=3.16%
G=27.89%
B=68.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6531310.950.6000.49217.4491.2426.86
Hex635835F3C031d95b1b
Octal6652031377406133113333
Binary110110101100000111011111111100011000111011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063583; }

 p { color: rgb(6,53,131); }

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

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

 a { background-color: rgb(6,53,131); }

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

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

 span { border-color: rgb(6,53,131); }

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