Html Css Color HEX #062B8F Smalt

📋 copy color: '#062B8F'

red 6 ◦ green 43 ◦ blue 143

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

Shades of Smalt #062B8F

Tints of Smalt #062B8F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.4%

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

R = 3.13%
G = 22.4%
B = 74.48%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#062B8F (or 0x062B8F) is known color: Smalt. HEX triplet: 06, 2B and 8F. RGB value is (6,43,143). Sum of RGB (Red+Green+Blue) = 6+43+143=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 143 (56.25% from 255 or 74.48% from 192); Max value from RGB is 143 - color contains mainly: blue. Hex color #062B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B8F is #F9D470. Grayscale: #2A2A2A. Windows color (decimal): -16372849 or 9382662. OLE color: 9382662.

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

Color convert

RGB 6 43 143 -
CMYK 0.96 0.70 0 0.44
HSL 223.8º 0.92% 0.29% -
HSV(B) 223.8º 0.96% 0.56% -
XYZ 5.9 3.75 26.4 -
YUV 43.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 6 43 143 0.96 0.70 0 0.44 223.8 0.92 0.29
Hex 6 2B 8F 60 46 0 2C E0 5C 1D
Octal 6 53 217 140 106 0 54 340 134 35
Binary 110 101011 10001111 1100000 1000110 0 101100 11100000 1011100 11101

Color Harmonies of #062B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B8F

Black with #062B8F

Text Example


Text Example

White with #062B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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