Html Css Color HEX #062E97 Smalt

📋 copy color: '#062E97'

red 6 ◦ green 46 ◦ blue 151

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

Shades of Smalt #062E97

Tints of Smalt #062E97

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.66%

 BLUE value IS 151 (59.38% from 255) = 74.38%

R = 2.96%
G = 22.66%
B = 74.38%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#062E97 (or 0x062E97) is known color: Smalt. HEX triplet: 06, 2E and 97. RGB value is (6,46,151). Sum of RGB (Red+Green+Blue) = 6+46+151=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #062E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062E97 is #F9D168. Grayscale: #2D2D2D. Windows color (decimal): -16372073 or 9907718. OLE color: 9907718.

HSL color Cylindrical-coordinate representation of color #062E97: hue angle of 223.45º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062E97 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 46 151 -
CMYK 0.96 0.70 0 0.41
HSL 223.45º 0.92% 0.31% -
HSV(B) 223.45º 0.96% 0.59% -
XYZ 6.64 4.23 29.74 -
YUV 46.01 187.25 99.46 -
System Red Green Blue C M Y K H S L
Decimal 6 46 151 0.96 0.70 0 0.41 223.45 0.92 0.31
Hex 6 2E 97 60 46 0 29 DF 5C 1F
Octal 6 56 227 140 106 0 51 337 134 37
Binary 110 101110 10010111 1100000 1000110 0 101001 11011111 1011100 11111

Color Harmonies of #062E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E97

Black with #062E97

Text Example


Text Example

White with #062E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062E97; }

 p { color: rgb(6,46,151); }

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

background-color css

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

 a { background-color: rgb(6,46,151); }

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

border-color css

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

 span { border-color: rgb(6,46,151); }

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