Html Css Color HEX #062B8A Smalt

📋 copy color: '#062B8A'

red 6 ◦ green 43 ◦ blue 138

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

Shades of Smalt #062B8A

Tints of Smalt #062B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 73.8%

R = 3.21%
G = 22.99%
B = 73.8%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#062B8A (or 0x062B8A) is known color: Smalt. HEX triplet: 06, 2B and 8A. RGB value is (6,43,138). Sum of RGB (Red+Green+Blue) = 6+43+138=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #062B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B8A is #F9D475. Grayscale: #2A2A2A. Windows color (decimal): -16372854 or 9054982. OLE color: 9054982.

HSL color Cylindrical-coordinate representation of color #062B8A: hue angle of 223.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062B8A is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 43 138 -
CMYK 0.96 0.69 0 0.46
HSL 223.18º 0.92% 0.28% -
HSV(B) 223.18º 0.96% 0.54% -
XYZ 5.53 3.6 24.45 -
YUV 42.77 181.74 101.78 -
System Red Green Blue C M Y K H S L
Decimal 6 43 138 0.96 0.69 0 0.46 223.18 0.92 0.28
Hex 6 2B 8A 60 45 0 2E DF 5C 1C
Octal 6 53 212 140 105 0 56 337 134 34
Binary 110 101011 10001010 1100000 1000101 0 101110 11011111 1011100 11100

Color Harmonies of #062B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B8A

Black with #062B8A

Text Example


Text Example

White with #062B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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