Html Css Color HEX #062E83 Smalt

📋 copy color: '#062E83'

red 6 ◦ green 46 ◦ blue 131

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

Shades of Smalt #062E83

Tints of Smalt #062E83

RGB

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

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

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

R = 3.28%
G = 25.14%
B = 71.58%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#062E83 (or 0x062E83) is known color: Smalt. HEX triplet: 06, 2E and 83. RGB value is (6,46,131). Sum of RGB (Red+Green+Blue) = 6+46+131=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 131 (51.56% from 255 or 71.58% from 183); Max value from RGB is 131 - color contains mainly: blue. Hex color #062E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062E83 is #F9D17C. Grayscale: #2B2B2B. Windows color (decimal): -16372093 or 8596998. OLE color: 8596998.

HSL color Cylindrical-coordinate representation of color #062E83: hue angle of 220.8º 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 #062E83 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 46 131 -
CMYK 0.95 0.65 0 0.49
HSL 220.8º 0.91% 0.27% -
HSV(B) 220.8º 0.95% 0.51% -
XYZ 5.15 3.63 21.9 -
YUV 43.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 6 46 131 0.95 0.65 0 0.49 220.8 0.91 0.27
Hex 6 2E 83 5F 41 0 31 DD 5B 1B
Octal 6 56 203 137 101 0 61 335 133 33
Binary 110 101110 10000011 1011111 1000001 0 110001 11011101 1011011 11011

Color Harmonies of #062E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E83

Black with #062E83

Text Example


Text Example

White with #062E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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