Html Css Color HEX #062F8D Smalt

📋 copy color: '#062F8D'

red 6 ◦ green 47 ◦ blue 141

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

Shades of Smalt #062F8D

Tints of Smalt #062F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.23%

 BLUE value IS 141 (55.47% from 255) = 72.68%

R = 3.09%
G = 24.23%
B = 72.68%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#062F8D (or 0x062F8D) is known color: Smalt. HEX triplet: 06, 2F and 8D. RGB value is (6,47,141). Sum of RGB (Red+Green+Blue) = 6+47+141=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #062F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F8D is #F9D072. Grayscale: #2D2D2D. Windows color (decimal): -16371827 or 9252614. OLE color: 9252614.

HSL color Cylindrical-coordinate representation of color #062F8D: hue angle of 221.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062F8D is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 47 141 -
CMYK 0.96 0.67 0 0.45
HSL 221.78º 0.92% 0.29% -
HSV(B) 221.78º 0.96% 0.55% -
XYZ 5.9 3.99 25.66 -
YUV 45.46 181.92 99.86 -
System Red Green Blue C M Y K H S L
Decimal 6 47 141 0.96 0.67 0 0.45 221.78 0.92 0.29
Hex 6 2F 8D 60 43 0 2D DE 5C 1D
Octal 6 57 215 140 103 0 55 336 134 35
Binary 110 101111 10001101 1100000 1000011 0 101101 11011110 1011100 11101

Color Harmonies of #062F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F8D

Black with #062F8D

Text Example


Text Example

White with #062F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,47,141); }

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

background-color css

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

 a { background-color: rgb(6,47,141); }

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

border-color css

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

 span { border-color: rgb(6,47,141); }

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