Html Css Color HEX #062085 Smalt

📋 copy color: '#062085'

red 6 ◦ green 32 ◦ blue 133

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

Shades of Smalt #062085

Tints of Smalt #062085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

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

R = 3.51%
G = 18.71%
B = 77.78%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062085 (or 0x062085) is known color: Smalt. HEX triplet: 06, 20 and 85. RGB value is (6,32,133). Sum of RGB (Red+Green+Blue) = 6+32+133=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #062085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062085 is #F9DF7A. Grayscale: #232323. Windows color (decimal): -16375675 or 8724486. OLE color: 8724486.

HSL color Cylindrical-coordinate representation of color #062085: hue angle of 227.72º 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 #062085 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 32 133 -
CMYK 0.95 0.76 0 0.48
HSL 227.72º 0.91% 0.27% -
HSV(B) 227.72º 0.95% 0.52% -
XYZ 4.83 2.77 22.47 -
YUV 35.74 182.89 106.79 -
System Red Green Blue C M Y K H S L
Decimal 6 32 133 0.95 0.76 0 0.48 227.72 0.91 0.27
Hex 6 20 85 5F 4C 0 30 E4 5B 1B
Octal 6 40 205 137 114 0 60 344 133 33
Binary 110 100000 10000101 1011111 1001100 0 110000 11100100 1011011 11011

Color Harmonies of #062085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062085

Black with #062085

Text Example


Text Example

White with #062085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062085; }

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

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

background-color css

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

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

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

border-color css

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

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

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