Html Css Color HEX #081D95 Smalt

📋 copy color: '#081D95'

red 8 ◦ green 29 ◦ blue 149

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

Shades of Smalt #081D95

Tints of Smalt #081D95

RGB

 RED value IS 8 (3.52% from 255) = 4.3%

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

 BLUE value IS 149 (58.59% from 255) = 80.11%

R = 4.3%
G = 15.59%
B = 80.11%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#081D95 (or 0x081D95) is known color: Smalt. HEX triplet: 08, 1D and 95. RGB value is (8,29,149). Sum of RGB (Red+Green+Blue) = 8+29+149=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #081D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081D95 is #F7E26A. Grayscale: #232323. Windows color (decimal): -16245355 or 9772296. OLE color: 9772296.

HSL color Cylindrical-coordinate representation of color #081D95: hue angle of 231.06º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081D95 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 29 149 -
CMYK 0.95 0.81 0 0.42
HSL 231.06º 0.9% 0.31% -
HSV(B) 231.06º 0.95% 0.58% -
XYZ 5.96 3.1 28.72 -
YUV 36.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 8 29 149 0.95 0.81 0 0.42 231.06 0.9 0.31
Hex 8 1D 95 5F 51 0 2A E7 5A 1F
Octal 10 35 225 137 121 0 52 347 132 37
Binary 1000 11101 10010101 1011111 1010001 0 101010 11100111 1011010 11111

Color Harmonies of #081D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D95

Black with #081D95

Text Example


Text Example

White with #081D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081D95; }

 p { color: rgb(8,29,149); }

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

background-color css

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

 a { background-color: rgb(8,29,149); }

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

border-color css

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

 span { border-color: rgb(8,29,149); }

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