Html Css Color HEX #063385 Smalt

📋 copy color: '#063385'

red 6 ◦ green 51 ◦ blue 133

#063385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #063385

Tints of Smalt #063385

RGB

 RED value IS 6 (2.73% from 255) = 3.16%

 GREEN value IS 51 (20.31% from 255) = 26.84%

 BLUE value IS 133 (52.34% from 255) = 70%

R = 3.16%
G = 26.84%
B = 70%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#063385 (or 0x063385) is known color: Smalt. HEX triplet: 06, 33 and 85. RGB value is (6,51,133). Sum of RGB (Red+Green+Blue) = 6+51+133=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #063385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063385 is #F9CC7A. Grayscale: #2E2E2E. Windows color (decimal): -16370811 or 8729350. OLE color: 8729350.

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

Color convert

RGB 6 51 133 -
CMYK 0.95 0.62 0 0.48
HSL 218.74º 0.91% 0.27% -
HSV(B) 218.74º 0.95% 0.52% -
XYZ 5.49 4.1 22.69 -
YUV 46.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 6 51 133 0.95 0.62 0 0.48 218.74 0.91 0.27
Hex 6 33 85 5F 3E 0 30 DB 5B 1B
Octal 6 63 205 137 76 0 60 333 133 33
Binary 110 110011 10000101 1011111 111110 0 110000 11011011 1011011 11011

Color Harmonies of #063385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063385

Black with #063385

Text Example


Text Example

White with #063385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063385; }

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

 H1.HeaderClassName
 {
   color: #063385;
 }
 .AnyTagClassName
 {
   color: #063385;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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