Html Css Color HEX #062185 Smalt

📋 copy color: '#062185'

red 6 ◦ green 33 ◦ blue 133

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

Shades of Smalt #062185

Tints of Smalt #062185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

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

R = 3.49%
G = 19.19%
B = 77.33%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062185 (or 0x062185) is known color: Smalt. HEX triplet: 06, 21 and 85. RGB value is (6,33,133). Sum of RGB (Red+Green+Blue) = 6+33+133=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #062185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062185 is #F9DE7A. Grayscale: #232323. Windows color (decimal): -16375419 or 8724742. OLE color: 8724742.

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

Color convert

RGB 6 33 133 -
CMYK 0.95 0.75 0 0.48
HSL 227.24º 0.91% 0.27% -
HSV(B) 227.24º 0.95% 0.52% -
XYZ 4.85 2.82 22.48 -
YUV 36.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 6 33 133 0.95 0.75 0 0.48 227.24 0.91 0.27
Hex 6 21 85 5F 4B 0 30 E3 5B 1B
Octal 6 41 205 137 113 0 60 343 133 33
Binary 110 100001 10000101 1011111 1001011 0 110000 11100011 1011011 11011

Color Harmonies of #062185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062185

Black with #062185

Text Example


Text Example

White with #062185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062185; }

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

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

background-color css

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

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

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

border-color css

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

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

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