Html Css Color HEX #062F99 Smalt

📋 copy color: '#062F99'

red 6 ◦ green 47 ◦ blue 153

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

Shades of Smalt #062F99

Tints of Smalt #062F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

 BLUE value IS 153 (60.16% from 255) = 74.27%

R = 2.91%
G = 22.82%
B = 74.27%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#062F99 (or 0x062F99) is known color: Smalt. HEX triplet: 06, 2F and 99. RGB value is (6,47,153). Sum of RGB (Red+Green+Blue) = 6+47+153=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #062F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F99 is #F9D066. Grayscale: #2E2E2E. Windows color (decimal): -16371815 or 10039046. OLE color: 10039046.

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

Color convert

RGB 6 47 153 -
CMYK 0.96 0.69 0 0.4
HSL 223.27º 0.92% 0.31% -
HSV(B) 223.27º 0.96% 0.6% -
XYZ 6.84 4.37 30.62 -
YUV 46.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 6 47 153 0.96 0.69 0 0.4 223.27 0.92 0.31
Hex 6 2F 99 60 45 0 28 DF 5C 1F
Octal 6 57 231 140 105 0 50 337 134 37
Binary 110 101111 10011001 1100000 1000101 0 101000 11011111 1011100 11111

Color Harmonies of #062F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F99

Black with #062F99

Text Example


Text Example

White with #062F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,47,153); }

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

background-color css

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

 a { background-color: rgb(6,47,153); }

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

border-color css

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

 span { border-color: rgb(6,47,153); }

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