Html Css Color HEX #062F87 Smalt

📋 copy color: '#062F87'

red 6 ◦ green 47 ◦ blue 135

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

Shades of Smalt #062F87

Tints of Smalt #062F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 71.81%

R = 3.19%
G = 25%
B = 71.81%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#062F87 (or 0x062F87) is known color: Smalt. HEX triplet: 06, 2F and 87. RGB value is (6,47,135). Sum of RGB (Red+Green+Blue) = 6+47+135=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #062F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F87 is #F9D078. Grayscale: #2C2C2C. Windows color (decimal): -16371833 or 8859398. OLE color: 8859398.

HSL color Cylindrical-coordinate representation of color #062F87: hue angle of 220.93º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062F87 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 47 135 -
CMYK 0.96 0.65 0 0.47
HSL 220.93º 0.91% 0.28% -
HSV(B) 220.93º 0.96% 0.53% -
XYZ 5.46 3.82 23.37 -
YUV 44.77 178.92 100.34 -
System Red Green Blue C M Y K H S L
Decimal 6 47 135 0.96 0.65 0 0.47 220.93 0.91 0.28
Hex 6 2F 87 60 41 0 2F DD 5B 1C
Octal 6 57 207 140 101 0 57 335 133 34
Binary 110 101111 10000111 1100000 1000001 0 101111 11011101 1011011 11100

Color Harmonies of #062F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F87

Black with #062F87

Text Example


Text Example

White with #062F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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