Html Css Color HEX #082F9E Smalt

📋 copy color: '#082F9E'

red 8 ◦ green 47 ◦ blue 158

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

Shades of Smalt #082F9E

Tints of Smalt #082F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.07%

 BLUE value IS 158 (62.11% from 255) = 74.18%

R = 3.76%
G = 22.07%
B = 74.18%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#082F9E (or 0x082F9E) is known color: Smalt. HEX triplet: 08, 2F and 9E. RGB value is (8,47,158). Sum of RGB (Red+Green+Blue) = 8+47+158=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #082F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F9E is #F7D061. Grayscale: #2F2F2F. Windows color (decimal): -16240738 or 10366728. OLE color: 10366728.

HSL color Cylindrical-coordinate representation of color #082F9E: hue angle of 224.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082F9E is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 47 158 -
CMYK 0.95 0.70 0 0.38
HSL 224.4º 0.9% 0.33% -
HSV(B) 224.4º 0.95% 0.62% -
XYZ 7.29 4.55 32.84 -
YUV 47.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 8 47 158 0.95 0.70 0 0.38 224.4 0.9 0.33
Hex 8 2F 9E 5F 46 0 26 E0 5A 21
Octal 10 57 236 137 106 0 46 340 132 41
Binary 1000 101111 10011110 1011111 1000110 0 100110 11100000 1011010 100001

Color Harmonies of #082F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F9E

Black with #082F9E

Text Example


Text Example

White with #082F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082F9E; }

 p { color: rgb(8,47,158); }

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

background-color css

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

 a { background-color: rgb(8,47,158); }

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

border-color css

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

 span { border-color: rgb(8,47,158); }

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