Html Css Color HEX #062584 Smalt

📋 copy color: '#062584'

red 6 ◦ green 37 ◦ blue 132

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

Shades of Smalt #062584

Tints of Smalt #062584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

 BLUE value IS 132 (51.95% from 255) = 75.43%

R = 3.43%
G = 21.14%
B = 75.43%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062584 (or 0x062584) is known color: Smalt. HEX triplet: 06, 25 and 84. RGB value is (6,37,132). Sum of RGB (Red+Green+Blue) = 6+37+132=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #062584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062584 is #F9DA7B. Grayscale: #262626. Windows color (decimal): -16374396 or 8660230. OLE color: 8660230.

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

Color convert

RGB 6 37 132 -
CMYK 0.95 0.72 0 0.48
HSL 225.24º 0.91% 0.27% -
HSV(B) 225.24º 0.95% 0.52% -
XYZ 4.9 3.03 22.16 -
YUV 38.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 6 37 132 0.95 0.72 0 0.48 225.24 0.91 0.27
Hex 6 25 84 5F 48 0 30 E1 5B 1B
Octal 6 45 204 137 110 0 60 341 133 33
Binary 110 100101 10000100 1011111 1001000 0 110000 11100001 1011011 11011

Color Harmonies of #062584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062584

Black with #062584

Text Example


Text Example

White with #062584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062584; }

 p { color: rgb(6,37,132); }

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

background-color css

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

 a { background-color: rgb(6,37,132); }

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

border-color css

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

 span { border-color: rgb(6,37,132); }

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