Html Css Color HEX #062D98 Smalt

📋 copy color: '#062D98'

red 6 ◦ green 45 ◦ blue 152

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

Shades of Smalt #062D98

Tints of Smalt #062D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

 BLUE value IS 152 (59.77% from 255) = 74.88%

R = 2.96%
G = 22.17%
B = 74.88%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#062D98 (or 0x062D98) is known color: Smalt. HEX triplet: 06, 2D and 98. RGB value is (6,45,152). Sum of RGB (Red+Green+Blue) = 6+45+152=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #062D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D98 is #F9D267. Grayscale: #2D2D2D. Windows color (decimal): -16372328 or 9972998. OLE color: 9972998.

HSL color Cylindrical-coordinate representation of color #062D98: hue angle of 223.97º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D98 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 45 152 -
CMYK 0.96 0.70 0 0.40
HSL 223.97º 0.92% 0.31% -
HSV(B) 223.97º 0.96% 0.6% -
XYZ 6.68 4.18 30.16 -
YUV 45.54 188.08 99.8 -
System Red Green Blue C M Y K H S L
Decimal 6 45 152 0.96 0.70 0 0.40 223.97 0.92 0.31
Hex 6 2D 98 60 46 0 28 E0 5C 1F
Octal 6 55 230 140 106 0 50 340 134 37
Binary 110 101101 10011000 1100000 1000110 0 101000 11100000 1011100 11111

Color Harmonies of #062D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D98

Black with #062D98

Text Example


Text Example

White with #062D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,152); }

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

background-color css

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

 a { background-color: rgb(6,45,152); }

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

border-color css

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

 span { border-color: rgb(6,45,152); }

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