Html Css Color HEX #062E94 Smalt

📋 copy color: '#062E94'

red 6 ◦ green 46 ◦ blue 148

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

Shades of Smalt #062E94

Tints of Smalt #062E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 74%

R = 3%
G = 23%
B = 74%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#062E94 (or 0x062E94) is known color: Smalt. HEX triplet: 06, 2E and 94. RGB value is (6,46,148). Sum of RGB (Red+Green+Blue) = 6+46+148=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #062E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062E94 is #F9D16B. Grayscale: #2D2D2D. Windows color (decimal): -16372076 or 9711110. OLE color: 9711110.

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

Color convert

RGB 6 46 148 -
CMYK 0.96 0.69 0 0.42
HSL 223.1º 0.92% 0.3% -
HSV(B) 223.1º 0.96% 0.58% -
XYZ 6.4 4.13 28.48 -
YUV 45.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 6 46 148 0.96 0.69 0 0.42 223.1 0.92 0.3
Hex 6 2E 94 60 45 0 2A DF 5C 1E
Octal 6 56 224 140 105 0 52 337 134 36
Binary 110 101110 10010100 1100000 1000101 0 101010 11011111 1011100 11110

Color Harmonies of #062E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E94

Black with #062E94

Text Example


Text Example

White with #062E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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