Html Css Color HEX #061D92 Smalt

📋 copy color: '#061D92'

red 6 ◦ green 29 ◦ blue 146

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

Shades of Smalt #061D92

Tints of Smalt #061D92

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.02%

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

R = 3.31%
G = 16.02%
B = 80.66%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#061D92 (or 0x061D92) is known color: Smalt. HEX triplet: 06, 1D and 92. RGB value is (6,29,146). Sum of RGB (Red+Green+Blue) = 6+29+146=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 146 (57.42% from 255 or 80.66% from 181); Max value from RGB is 146 - color contains mainly: blue. Hex color #061D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D92 is #F9E26D. Grayscale: #222222. Windows color (decimal): -16376430 or 9575686. OLE color: 9575686.

HSL color Cylindrical-coordinate representation of color #061D92: hue angle of 230.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 #061D92 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 29 146 -
CMYK 0.96 0.80 0 0.43
HSL 230.14º 0.92% 0.3% -
HSV(B) 230.14º 0.96% 0.57% -
XYZ 5.7 2.99 27.47 -
YUV 35.46 190.38 106.99 -
System Red Green Blue C M Y K H S L
Decimal 6 29 146 0.96 0.80 0 0.43 230.14 0.92 0.3
Hex 6 1D 92 60 50 0 2B E6 5C 1E
Octal 6 35 222 140 120 0 53 346 134 36
Binary 110 11101 10010010 1100000 1010000 0 101011 11100110 1011100 11110

Color Harmonies of #061D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D92

Black with #061D92

Text Example


Text Example

White with #061D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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