Html Css Color HEX #08298E Smalt

📋 copy color: '#08298E'

red 8 ◦ green 41 ◦ blue 142

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

Shades of Smalt #08298E

Tints of Smalt #08298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 142 (55.86% from 255) = 74.35%

R = 4.19%
G = 21.47%
B = 74.35%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08298E (or 0x08298E) is known color: Smalt. HEX triplet: 08, 29 and 8E. RGB value is (8,41,142). Sum of RGB (Red+Green+Blue) = 8+41+142=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #08298E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08298E is #F7D671. Grayscale: #2A2A2A. Windows color (decimal): -16242290 or 9316616. OLE color: 9316616.

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

Color convert

RGB 8 41 142 -
CMYK 0.94 0.71 0 0.44
HSL 225.22º 0.89% 0.29% -
HSV(B) 225.22º 0.94% 0.56% -
XYZ 5.78 3.59 25.98 -
YUV 42.65 184.07 103.29 -
System Red Green Blue C M Y K H S L
Decimal 8 41 142 0.94 0.71 0 0.44 225.22 0.89 0.29
Hex 8 29 8E 5E 47 0 2C E1 59 1D
Octal 10 51 216 136 107 0 54 341 131 35
Binary 1000 101001 10001110 1011110 1000111 0 101100 11100001 1011001 11101

Color Harmonies of #08298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08298E

Black with #08298E

Text Example


Text Example

White with #08298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08298E; }

 p { color: rgb(8,41,142); }

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

background-color css

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

 a { background-color: rgb(8,41,142); }

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

border-color css

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

 span { border-color: rgb(8,41,142); }

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