Html Css Color HEX #062F8F Smalt

📋 copy color: '#062F8F'

red 6 ◦ green 47 ◦ blue 143

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

Shades of Smalt #062F8F

Tints of Smalt #062F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 72.96%

R = 3.06%
G = 23.98%
B = 72.96%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#062F8F (or 0x062F8F) is known color: Smalt. HEX triplet: 06, 2F and 8F. RGB value is (6,47,143). Sum of RGB (Red+Green+Blue) = 6+47+143=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #062F8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F8F is #F9D070. Grayscale: #2D2D2D. Windows color (decimal): -16371825 or 9383686. OLE color: 9383686.

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

Color convert

RGB 6 47 143 -
CMYK 0.96 0.67 0 0.44
HSL 222.04º 0.92% 0.29% -
HSV(B) 222.04º 0.96% 0.56% -
XYZ 6.05 4.05 26.45 -
YUV 45.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 6 47 143 0.96 0.67 0 0.44 222.04 0.92 0.29
Hex 6 2F 8F 60 43 0 2C DE 5C 1D
Octal 6 57 217 140 103 0 54 336 134 35
Binary 110 101111 10001111 1100000 1000011 0 101100 11011110 1011100 11101

Color Harmonies of #062F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F8F

Black with #062F8F

Text Example


Text Example

White with #062F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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