Html Css Color HEX #062F84 Smalt

📋 copy color: '#062F84'

red 6 ◦ green 47 ◦ blue 132

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

Shades of Smalt #062F84

Tints of Smalt #062F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 71.35%

R = 3.24%
G = 25.41%
B = 71.35%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062F84 (or 0x062F84) is known color: Smalt. HEX triplet: 06, 2F and 84. RGB value is (6,47,132). Sum of RGB (Red+Green+Blue) = 6+47+132=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #062F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F84 is #F9D07B. Grayscale: #2C2C2C. Windows color (decimal): -16371836 or 8662790. OLE color: 8662790.

HSL color Cylindrical-coordinate representation of color #062F84: hue angle of 220.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062F84 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 47 132 -
CMYK 0.95 0.64 0 0.48
HSL 220.48º 0.91% 0.27% -
HSV(B) 220.48º 0.95% 0.52% -
XYZ 5.26 3.74 22.27 -
YUV 44.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 6 47 132 0.95 0.64 0 0.48 220.48 0.91 0.27
Hex 6 2F 84 5F 40 0 30 DC 5B 1B
Octal 6 57 204 137 100 0 60 334 133 33
Binary 110 101111 10000100 1011111 1000000 0 110000 11011100 1011011 11011

Color Harmonies of #062F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F84

Black with #062F84

Text Example


Text Example

White with #062F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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