Html Css Color HEX #062E9C Smalt

📋 copy color: '#062E9C'

red 6 ◦ green 46 ◦ blue 156

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

Shades of Smalt #062E9C

Tints of Smalt #062E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 75%

R = 2.88%
G = 22.12%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#062E9C (or 0x062E9C) is known color: Smalt. HEX triplet: 06, 2E and 9C. RGB value is (6,46,156). Sum of RGB (Red+Green+Blue) = 6+46+156=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #062E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062E9C is #F9D163. Grayscale: #2E2E2E. Windows color (decimal): -16372068 or 10235398. OLE color: 10235398.

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

Color convert

RGB 6 46 156 -
CMYK 0.96 0.71 0 0.39
HSL 224º 0.93% 0.32% -
HSV(B) 224º 0.96% 0.61% -
XYZ 7.05 4.39 31.93 -
YUV 46.58 189.75 99.06 -
System Red Green Blue C M Y K H S L
Decimal 6 46 156 0.96 0.71 0 0.39 224 0.93 0.32
Hex 6 2E 9C 60 47 0 27 E0 5D 20
Octal 6 56 234 140 107 0 47 340 135 40
Binary 110 101110 10011100 1100000 1000111 0 100111 11100000 1011101 100000

Color Harmonies of #062E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E9C

Black with #062E9C

Text Example


Text Example

White with #062E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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