Html Css Color HEX #062A8E Smalt

📋 copy color: '#062A8E'

red 6 ◦ green 42 ◦ blue 142

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

Shades of Smalt #062A8E

Tints of Smalt #062A8E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.11%

 BLUE value IS 142 (55.86% from 255) = 74.74%

R = 3.16%
G = 22.11%
B = 74.74%

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

#062A8E (or 0x062A8E) is known color: Smalt. HEX triplet: 06, 2A and 8E. RGB value is (6,42,142). Sum of RGB (Red+Green+Blue) = 6+42+142=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #062A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062A8E is #F9D571. Grayscale: #2A2A2A. Windows color (decimal): -16373106 or 9316870. OLE color: 9316870.

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

Color convert

RGB 6 42 142 -
CMYK 0.96 0.70 0 0.44
HSL 224.12º 0.92% 0.29% -
HSV(B) 224.12º 0.96% 0.56% -
XYZ 5.79 3.65 25.99 -
YUV 42.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 6 42 142 0.96 0.70 0 0.44 224.12 0.92 0.29
Hex 6 2A 8E 60 46 0 2C E0 5C 1D
Octal 6 52 216 140 106 0 54 340 134 35
Binary 110 101010 10001110 1100000 1000110 0 101100 11100000 1011100 11101

Color Harmonies of #062A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A8E

Black with #062A8E

Text Example


Text Example

White with #062A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,42,142); }

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

background-color css

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

 a { background-color: rgb(6,42,142); }

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

border-color css

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

 span { border-color: rgb(6,42,142); }

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