Html Css Color HEX #082288 Smalt

📋 copy color: '#082288'

red 8 ◦ green 34 ◦ blue 136

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

Shades of Smalt #082288

Tints of Smalt #082288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 76.4%

R = 4.49%
G = 19.1%
B = 76.4%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#082288 (or 0x082288) is known color: Smalt. HEX triplet: 08, 22 and 88. RGB value is (8,34,136). Sum of RGB (Red+Green+Blue) = 8+34+136=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #082288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082288 is #F7DD77. Grayscale: #252525. Windows color (decimal): -16244088 or 8921608. OLE color: 8921608.

HSL color Cylindrical-coordinate representation of color #082288: hue angle of 227.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082288 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 34 136 -
CMYK 0.94 0.75 0 0.47
HSL 227.81º 0.89% 0.28% -
HSV(B) 227.81º 0.94% 0.53% -
XYZ 5.12 2.97 23.6 -
YUV 37.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 8 34 136 0.94 0.75 0 0.47 227.81 0.89 0.28
Hex 8 22 88 5E 4B 0 2F E4 59 1C
Octal 10 42 210 136 113 0 57 344 131 34
Binary 1000 100010 10001000 1011110 1001011 0 101111 11100100 1011001 11100

Color Harmonies of #082288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082288

Black with #082288

Text Example


Text Example

White with #082288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082288; }

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

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

background-color css

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

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

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

border-color css

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

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

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