Html Css Color HEX #06319F Smalt

📋 copy color: '#06319F'

red 6 ◦ green 49 ◦ blue 159

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

Shades of Smalt #06319F

Tints of Smalt #06319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 74.3%

R = 2.8%
G = 22.9%
B = 74.3%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06319F (or 0x06319F) is known color: Smalt. HEX triplet: 06, 31 and 9F. RGB value is (6,49,159). Sum of RGB (Red+Green+Blue) = 6+49+159=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #06319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06319F is #F9CE60. Grayscale: #303030. Windows color (decimal): -16371297 or 10432774. OLE color: 10432774.

HSL color Cylindrical-coordinate representation of color #06319F: hue angle of 223.14º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06319F is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 49 159 -
CMYK 0.96 0.69 0 0.38
HSL 223.14º 0.93% 0.32% -
HSV(B) 223.14º 0.96% 0.62% -
XYZ 7.43 4.74 33.32 -
YUV 48.68 190.25 97.56 -
System Red Green Blue C M Y K H S L
Decimal 6 49 159 0.96 0.69 0 0.38 223.14 0.93 0.32
Hex 6 31 9F 60 45 0 26 DF 5D 20
Octal 6 61 237 140 105 0 46 337 135 40
Binary 110 110001 10011111 1100000 1000101 0 100110 11011111 1011101 100000

Color Harmonies of #06319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06319F

Black with #06319F

Text Example


Text Example

White with #06319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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