Html Css Color HEX #062D9D Smalt

📋 copy color: '#062D9D'

red 6 ◦ green 45 ◦ blue 157

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

Shades of Smalt #062D9D

Tints of Smalt #062D9D

RGB

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

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

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

R = 2.88%
G = 21.63%
B = 75.48%

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

#062D9D (or 0x062D9D) is known color: Smalt. HEX triplet: 06, 2D and 9D. RGB value is (6,45,157). Sum of RGB (Red+Green+Blue) = 6+45+157=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #062D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D9D is #F9D262. Grayscale: #2D2D2D. Windows color (decimal): -16372323 or 10300678. OLE color: 10300678.

HSL color Cylindrical-coordinate representation of color #062D9D: hue angle of 224.5º 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 #062D9D is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 45 157 -
CMYK 0.96 0.71 0 0.38
HSL 224.5º 0.93% 0.32% -
HSV(B) 224.5º 0.96% 0.62% -
XYZ 7.1 4.35 32.36 -
YUV 46.11 190.58 99.39 -
System Red Green Blue C M Y K H S L
Decimal 6 45 157 0.96 0.71 0 0.38 224.5 0.93 0.32
Hex 6 2D 9D 60 47 0 26 E1 5D 20
Octal 6 55 235 140 107 0 46 341 135 40
Binary 110 101101 10011101 1100000 1000111 0 100110 11100001 1011101 100000

Color Harmonies of #062D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D9D

Black with #062D9D

Text Example


Text Example

White with #062D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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