Html Css Color HEX #081D96 Smalt

📋 copy color: '#081D96'

red 8 ◦ green 29 ◦ blue 150

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

Shades of Smalt #081D96

Tints of Smalt #081D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.21%

R = 4.28%
G = 15.51%
B = 80.21%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#081D96 (or 0x081D96) is known color: Smalt. HEX triplet: 08, 1D and 96. RGB value is (8,29,150). Sum of RGB (Red+Green+Blue) = 8+29+150=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #081D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081D96 is #F7E269. Grayscale: #242424. Windows color (decimal): -16245354 or 9837832. OLE color: 9837832.

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

Color convert

RGB 8 29 150 -
CMYK 0.95 0.81 0 0.41
HSL 231.13º 0.9% 0.31% -
HSV(B) 231.13º 0.95% 0.59% -
XYZ 6.04 3.13 29.14 -
YUV 36.52 192.04 107.66 -
System Red Green Blue C M Y K H S L
Decimal 8 29 150 0.95 0.81 0 0.41 231.13 0.9 0.31
Hex 8 1D 96 5F 51 0 29 E7 5A 1F
Octal 10 35 226 137 121 0 51 347 132 37
Binary 1000 11101 10010110 1011111 1010001 0 101001 11100111 1011010 11111

Color Harmonies of #081D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D96

Black with #081D96

Text Example


Text Example

White with #081D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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