Html Css Color HEX #062995 Smalt

📋 copy color: '#062995'

red 6 ◦ green 41 ◦ blue 149

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

Shades of Smalt #062995

Tints of Smalt #062995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 149 (58.59% from 255) = 76.02%

R = 3.06%
G = 20.92%
B = 76.02%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#062995 (or 0x062995) is known color: Smalt. HEX triplet: 06, 29 and 95. RGB value is (6,41,149). Sum of RGB (Red+Green+Blue) = 6+41+149=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #062995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062995 is #F9D66A. Grayscale: #2A2A2A. Windows color (decimal): -16373355 or 9775366. OLE color: 9775366.

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

Color convert

RGB 6 41 149 -
CMYK 0.96 0.72 0 0.42
HSL 225.31º 0.92% 0.3% -
HSV(B) 225.31º 0.96% 0.58% -
XYZ 6.29 3.79 28.83 -
YUV 42.85 187.9 101.72 -
System Red Green Blue C M Y K H S L
Decimal 6 41 149 0.96 0.72 0 0.42 225.31 0.92 0.3
Hex 6 29 95 60 48 0 2A E1 5C 1E
Octal 6 51 225 140 110 0 52 341 134 36
Binary 110 101001 10010101 1100000 1001000 0 101010 11100001 1011100 11110

Color Harmonies of #062995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062995

Black with #062995

Text Example


Text Example

White with #062995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062995; }

 p { color: rgb(6,41,149); }

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

background-color css

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

 a { background-color: rgb(6,41,149); }

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

border-color css

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

 span { border-color: rgb(6,41,149); }

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