Html Css Color HEX #062492 Smalt

📋 copy color: '#062492'

red 6 ◦ green 36 ◦ blue 146

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

Shades of Smalt #062492

Tints of Smalt #062492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 146 (57.42% from 255) = 77.66%

R = 3.19%
G = 19.15%
B = 77.66%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#062492 (or 0x062492) is known color: Smalt. HEX triplet: 06, 24 and 92. RGB value is (6,36,146). Sum of RGB (Red+Green+Blue) = 6+36+146=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #062492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062492 is #F9DB6D. Grayscale: #272727. Windows color (decimal): -16374638 or 9577478. OLE color: 9577478.

HSL color Cylindrical-coordinate representation of color #062492: hue angle of 227.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062492 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 36 146 -
CMYK 0.96 0.75 0 0.43
HSL 227.14º 0.92% 0.3% -
HSV(B) 227.14º 0.96% 0.57% -
XYZ 5.89 3.38 27.54 -
YUV 39.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 6 36 146 0.96 0.75 0 0.43 227.14 0.92 0.3
Hex 6 24 92 60 4B 0 2B E3 5C 1E
Octal 6 44 222 140 113 0 53 343 134 36
Binary 110 100100 10010010 1100000 1001011 0 101011 11100011 1011100 11110

Color Harmonies of #062492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062492

Black with #062492

Text Example


Text Example

White with #062492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062492; }

 p { color: rgb(6,36,146); }

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

background-color css

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

 a { background-color: rgb(6,36,146); }

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

border-color css

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

 span { border-color: rgb(6,36,146); }

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