Html Css Color HEX #081F8C Smalt

📋 copy color: '#081F8C'

red 8 ◦ green 31 ◦ blue 140

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

Shades of Smalt #081F8C

Tints of Smalt #081F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.32%

 BLUE value IS 140 (55.08% from 255) = 78.21%

R = 4.47%
G = 17.32%
B = 78.21%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#081F8C (or 0x081F8C) is known color: Smalt. HEX triplet: 08, 1F and 8C. RGB value is (8,31,140). Sum of RGB (Red+Green+Blue) = 8+31+140=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #081F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081F8C is #F7E073. Grayscale: #242424. Windows color (decimal): -16244852 or 9182984. OLE color: 9182984.

HSL color Cylindrical-coordinate representation of color #081F8C: hue angle of 229.55º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081F8C is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 31 140 -
CMYK 0.94 0.78 0 0.45
HSL 229.55º 0.89% 0.29% -
HSV(B) 229.55º 0.94% 0.55% -
XYZ 5.32 2.93 25.09 -
YUV 36.55 186.38 107.64 -
System Red Green Blue C M Y K H S L
Decimal 8 31 140 0.94 0.78 0 0.45 229.55 0.89 0.29
Hex 8 1F 8C 5E 4E 0 2D E6 59 1D
Octal 10 37 214 136 116 0 55 346 131 35
Binary 1000 11111 10001100 1011110 1001110 0 101101 11100110 1011001 11101

Color Harmonies of #081F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F8C

Black with #081F8C

Text Example


Text Example

White with #081F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,31,140); }

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

background-color css

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

 a { background-color: rgb(8,31,140); }

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

border-color css

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

 span { border-color: rgb(8,31,140); }

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