Html Css Color HEX #062F83 Smalt

📋 copy color: '#062F83'

red 6 ◦ green 47 ◦ blue 131

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

Shades of Smalt #062F83

Tints of Smalt #062F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 71.2%

R = 3.26%
G = 25.54%
B = 71.2%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#062F83 (or 0x062F83) is known color: Smalt. HEX triplet: 06, 2F and 83. RGB value is (6,47,131). Sum of RGB (Red+Green+Blue) = 6+47+131=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 131 (51.56% from 255 or 71.20% from 184); Max value from RGB is 131 - color contains mainly: blue. Hex color #062F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F83 is #F9D07C. Grayscale: #2B2B2B. Windows color (decimal): -16371837 or 8597254. OLE color: 8597254.

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

Color convert

RGB 6 47 131 -
CMYK 0.95 0.64 0 0.49
HSL 220.32º 0.91% 0.27% -
HSV(B) 220.32º 0.95% 0.51% -
XYZ 5.19 3.71 21.92 -
YUV 44.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 6 47 131 0.95 0.64 0 0.49 220.32 0.91 0.27
Hex 6 2F 83 5F 40 0 31 DC 5B 1B
Octal 6 57 203 137 100 0 61 334 133 33
Binary 110 101111 10000011 1011111 1000000 0 110001 11011100 1011011 11011

Color Harmonies of #062F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F83

Black with #062F83

Text Example


Text Example

White with #062F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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