Html Css Color HEX #08298B Smalt

📋 copy color: '#08298B'

red 8 ◦ green 41 ◦ blue 139

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

Shades of Smalt #08298B

Tints of Smalt #08298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 73.94%

R = 4.26%
G = 21.81%
B = 73.94%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08298B (or 0x08298B) is known color: Smalt. HEX triplet: 08, 29 and 8B. RGB value is (8,41,139). Sum of RGB (Red+Green+Blue) = 8+41+139=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #08298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08298B is #F7D674. Grayscale: #292929. Windows color (decimal): -16242293 or 9120008. OLE color: 9120008.

HSL color Cylindrical-coordinate representation of color #08298B: hue angle of 224.89º 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 #08298B is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 41 139 -
CMYK 0.94 0.71 0 0.45
HSL 224.89º 0.89% 0.29% -
HSV(B) 224.89º 0.94% 0.55% -
XYZ 5.55 3.5 24.81 -
YUV 42.31 182.57 103.53 -
System Red Green Blue C M Y K H S L
Decimal 8 41 139 0.94 0.71 0 0.45 224.89 0.89 0.29
Hex 8 29 8B 5E 47 0 2D E1 59 1D
Octal 10 51 213 136 107 0 55 341 131 35
Binary 1000 101001 10001011 1011110 1000111 0 101101 11100001 1011001 11101

Color Harmonies of #08298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08298B

Black with #08298B

Text Example


Text Example

White with #08298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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