Html Css Color HEX #062B85 Smalt

📋 copy color: '#062B85'

red 6 ◦ green 43 ◦ blue 133

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

Shades of Smalt #062B85

Tints of Smalt #062B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 73.08%

R = 3.3%
G = 23.63%
B = 73.08%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062B85 (or 0x062B85) is known color: Smalt. HEX triplet: 06, 2B and 85. RGB value is (6,43,133). Sum of RGB (Red+Green+Blue) = 6+43+133=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #062B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B85 is #F9D47A. Grayscale: #292929. Windows color (decimal): -16372859 or 8727302. OLE color: 8727302.

HSL color Cylindrical-coordinate representation of color #062B85: hue angle of 222.52º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062B85 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 43 133 -
CMYK 0.95 0.68 0 0.48
HSL 222.52º 0.91% 0.27% -
HSV(B) 222.52º 0.95% 0.52% -
XYZ 5.17 3.46 22.59 -
YUV 42.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 6 43 133 0.95 0.68 0 0.48 222.52 0.91 0.27
Hex 6 2B 85 5F 44 0 30 DF 5B 1B
Octal 6 53 205 137 104 0 60 337 133 33
Binary 110 101011 10000101 1011111 1000100 0 110000 11011111 1011011 11011

Color Harmonies of #062B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B85

Black with #062B85

Text Example


Text Example

White with #062B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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