Html Css Color HEX #062D84 Smalt

📋 copy color: '#062D84'

red 6 ◦ green 45 ◦ blue 132

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

Shades of Smalt #062D84

Tints of Smalt #062D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 72.13%

R = 3.28%
G = 24.59%
B = 72.13%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062D84 (or 0x062D84) is known color: Smalt. HEX triplet: 06, 2D and 84. RGB value is (6,45,132). Sum of RGB (Red+Green+Blue) = 6+45+132=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #062D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D84 is #F9D27B. Grayscale: #2A2A2A. Windows color (decimal): -16372348 or 8662278. OLE color: 8662278.

HSL color Cylindrical-coordinate representation of color #062D84: hue angle of 221.43º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062D84 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 45 132 -
CMYK 0.95 0.66 0 0.48
HSL 221.43º 0.91% 0.27% -
HSV(B) 221.43º 0.95% 0.52% -
XYZ 5.18 3.58 22.25 -
YUV 43.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 6 45 132 0.95 0.66 0 0.48 221.43 0.91 0.27
Hex 6 2D 84 5F 42 0 30 DD 5B 1B
Octal 6 55 204 137 102 0 60 335 133 33
Binary 110 101101 10000100 1011111 1000010 0 110000 11011101 1011011 11011

Color Harmonies of #062D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D84

Black with #062D84

Text Example


Text Example

White with #062D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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