Html Css Color HEX #063285 Smalt

📋 copy color: '#063285'

red 6 ◦ green 50 ◦ blue 133

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

Shades of Smalt #063285

Tints of Smalt #063285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.46%

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

R = 3.17%
G = 26.46%
B = 70.37%

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

#063285 (or 0x063285) is known color: Smalt. HEX triplet: 06, 32 and 85. RGB value is (6,50,133). Sum of RGB (Red+Green+Blue) = 6+50+133=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #063285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063285 is #F9CD7A. Grayscale: #2D2D2D. Windows color (decimal): -16371067 or 8729094. OLE color: 8729094.

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

Color convert

RGB 6 50 133 -
CMYK 0.95 0.62 0 0.48
HSL 219.21º 0.91% 0.27% -
HSV(B) 219.21º 0.95% 0.52% -
XYZ 5.45 4.01 22.68 -
YUV 46.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 6 50 133 0.95 0.62 0 0.48 219.21 0.91 0.27
Hex 6 32 85 5F 3E 0 30 DB 5B 1B
Octal 6 62 205 137 76 0 60 333 133 33
Binary 110 110010 10000101 1011111 111110 0 110000 11011011 1011011 11011

Color Harmonies of #063285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063285

Black with #063285

Text Example


Text Example

White with #063285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063285; }

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

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

background-color css

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

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

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

border-color css

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

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

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