Html Css Color HEX #063283 Smalt

📋 copy color: '#063283'

red 6 ◦ green 50 ◦ blue 131

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

Shades of Smalt #063283

Tints of Smalt #063283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 70.05%

R = 3.21%
G = 26.74%
B = 70.05%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063283 (or 0x063283) is known color: Smalt. HEX triplet: 06, 32 and 83. RGB value is (6,50,131). Sum of RGB (Red+Green+Blue) = 6+50+131=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #063283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063283 is #F9CD7C. Grayscale: #2D2D2D. Windows color (decimal): -16371069 or 8598022. OLE color: 8598022.

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

Color convert

RGB 6 50 131 -
CMYK 0.95 0.62 0 0.49
HSL 218.88º 0.91% 0.27% -
HSV(B) 218.88º 0.95% 0.51% -
XYZ 5.31 3.96 21.96 -
YUV 46.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 6 50 131 0.95 0.62 0 0.49 218.88 0.91 0.27
Hex 6 32 83 5F 3E 0 31 DB 5B 1B
Octal 6 62 203 137 76 0 61 333 133 33
Binary 110 110010 10000011 1011111 111110 0 110001 11011011 1011011 11011

Color Harmonies of #063283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063283

Black with #063283

Text Example


Text Example

White with #063283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063283; }

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

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

background-color css

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

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

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

border-color css

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

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

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