Html Css Color HEX #062593 Smalt

📋 copy color: '#062593'

red 6 ◦ green 37 ◦ blue 147

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

Shades of Smalt #062593

Tints of Smalt #062593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 3.16%
G = 19.47%
B = 77.37%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#062593 (or 0x062593) is known color: Smalt. HEX triplet: 06, 25 and 93. RGB value is (6,37,147). Sum of RGB (Red+Green+Blue) = 6+37+147=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #062593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062593 is #F9DA6C. Grayscale: #272727. Windows color (decimal): -16374381 or 9643270. OLE color: 9643270.

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

Color convert

RGB 6 37 147 -
CMYK 0.96 0.75 0 0.42
HSL 226.81º 0.92% 0.3% -
HSV(B) 226.81º 0.96% 0.58% -
XYZ 6 3.47 27.96 -
YUV 40.27 188.23 103.56 -
System Red Green Blue C M Y K H S L
Decimal 6 37 147 0.96 0.75 0 0.42 226.81 0.92 0.3
Hex 6 25 93 60 4B 0 2A E3 5C 1E
Octal 6 45 223 140 113 0 52 343 134 36
Binary 110 100101 10010011 1100000 1001011 0 101010 11100011 1011100 11110

Color Harmonies of #062593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062593

Black with #062593

Text Example


Text Example

White with #062593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062593; }

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

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

background-color css

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

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

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

border-color css

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

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

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