Html Css Color HEX #062E9D Smalt

📋 copy color: '#062E9D'

red 6 ◦ green 46 ◦ blue 157

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

Shades of Smalt #062E9D

Tints of Smalt #062E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 75.12%

R = 2.87%
G = 22.01%
B = 75.12%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#062E9D (or 0x062E9D) is known color: Smalt. HEX triplet: 06, 2E and 9D. RGB value is (6,46,157). Sum of RGB (Red+Green+Blue) = 6+46+157=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #062E9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062E9D is #F9D162. Grayscale: #2E2E2E. Windows color (decimal): -16372067 or 10300934. OLE color: 10300934.

HSL color Cylindrical-coordinate representation of color #062E9D: hue angle of 224.11º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062E9D is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 46 157 -
CMYK 0.96 0.71 0 0.38
HSL 224.11º 0.93% 0.32% -
HSV(B) 224.11º 0.96% 0.62% -
XYZ 7.14 4.43 32.38 -
YUV 46.69 190.25 98.97 -
System Red Green Blue C M Y K H S L
Decimal 6 46 157 0.96 0.71 0 0.38 224.11 0.93 0.32
Hex 6 2E 9D 60 47 0 26 E0 5D 20
Octal 6 56 235 140 107 0 46 340 135 40
Binary 110 101110 10011101 1100000 1000111 0 100110 11100000 1011101 100000

Color Harmonies of #062E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E9D

Black with #062E9D

Text Example


Text Example

White with #062E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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