Html Css Color HEX #062B9B Smalt

📋 copy color: '#062B9B'

red 6 ◦ green 43 ◦ blue 155

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

Shades of Smalt #062B9B

Tints of Smalt #062B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.98%

R = 2.94%
G = 21.08%
B = 75.98%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#062B9B (or 0x062B9B) is known color: Smalt. HEX triplet: 06, 2B and 9B. RGB value is (6,43,155). Sum of RGB (Red+Green+Blue) = 6+43+155=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #062B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B9B is #F9D464. Grayscale: #2C2C2C. Windows color (decimal): -16372837 or 10169094. OLE color: 10169094.

HSL color Cylindrical-coordinate representation of color #062B9B: hue angle of 225.1º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062B9B is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 43 155 -
CMYK 0.96 0.72 0 0.39
HSL 225.1º 0.93% 0.32% -
HSV(B) 225.1º 0.96% 0.61% -
XYZ 6.86 4.13 31.45 -
YUV 44.71 190.24 100.39 -
System Red Green Blue C M Y K H S L
Decimal 6 43 155 0.96 0.72 0 0.39 225.1 0.93 0.32
Hex 6 2B 9B 60 48 0 27 E1 5D 20
Octal 6 53 233 140 110 0 47 341 135 40
Binary 110 101011 10011011 1100000 1001000 0 100111 11100001 1011101 100000

Color Harmonies of #062B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B9B

Black with #062B9B

Text Example


Text Example

White with #062B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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