Html Css Color HEX #063192 Smalt

📋 copy color: '#063192'

red 6 ◦ green 49 ◦ blue 146

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

Shades of Smalt #063192

Tints of Smalt #063192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.38%

 BLUE value IS 146 (57.42% from 255) = 72.64%

R = 2.99%
G = 24.38%
B = 72.64%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063192 (or 0x063192) is known color: Smalt. HEX triplet: 06, 31 and 92. RGB value is (6,49,146). Sum of RGB (Red+Green+Blue) = 6+49+146=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #063192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063192 is #F9CE6D. Grayscale: #2E2E2E. Windows color (decimal): -16371310 or 9580806. OLE color: 9580806.

HSL color Cylindrical-coordinate representation of color #063192: hue angle of 221.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063192 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 49 146 -
CMYK 0.96 0.66 0 0.43
HSL 221.57º 0.92% 0.3% -
HSV(B) 221.57º 0.96% 0.57% -
XYZ 6.36 4.31 27.69 -
YUV 47.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 6 49 146 0.96 0.66 0 0.43 221.57 0.92 0.3
Hex 6 31 92 60 42 0 2B DE 5C 1E
Octal 6 61 222 140 102 0 53 336 134 36
Binary 110 110001 10010010 1100000 1000010 0 101011 11011110 1011100 11110

Color Harmonies of #063192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063192

Black with #063192

Text Example


Text Example

White with #063192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063192; }

 p { color: rgb(6,49,146); }

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

background-color css

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

 a { background-color: rgb(6,49,146); }

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

border-color css

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

 span { border-color: rgb(6,49,146); }

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