Html Css Color HEX #082290 Smalt

📋 copy color: '#082290'

red 8 ◦ green 34 ◦ blue 144

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

Shades of Smalt #082290

Tints of Smalt #082290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 144 (56.64% from 255) = 77.42%

R = 4.3%
G = 18.28%
B = 77.42%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#082290 (or 0x082290) is known color: Smalt. HEX triplet: 08, 22 and 90. RGB value is (8,34,144). Sum of RGB (Red+Green+Blue) = 8+34+144=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #082290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082290 is #F7DD6F. Grayscale: #262626. Windows color (decimal): -16244080 or 9445896. OLE color: 9445896.

HSL color Cylindrical-coordinate representation of color #082290: hue angle of 228.53º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082290 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 34 144 -
CMYK 0.94 0.76 0 0.44
HSL 228.53º 0.89% 0.3% -
HSV(B) 228.53º 0.94% 0.56% -
XYZ 5.71 3.21 26.7 -
YUV 38.77 187.39 106.06 -
System Red Green Blue C M Y K H S L
Decimal 8 34 144 0.94 0.76 0 0.44 228.53 0.89 0.3
Hex 8 22 90 5E 4C 0 2C E5 59 1E
Octal 10 42 220 136 114 0 54 345 131 36
Binary 1000 100010 10010000 1011110 1001100 0 101100 11100101 1011001 11110

Color Harmonies of #082290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082290

Black with #082290

Text Example


Text Example

White with #082290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082290; }

 p { color: rgb(8,34,144); }

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

background-color css

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

 a { background-color: rgb(8,34,144); }

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

border-color css

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

 span { border-color: rgb(8,34,144); }

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