Html Css Color HEX #08299B Smalt

📋 copy color: '#08299B'

red 8 ◦ green 41 ◦ blue 155

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

Shades of Smalt #08299B

Tints of Smalt #08299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.98%

R = 3.92%
G = 20.1%
B = 75.98%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08299B (or 0x08299B) is known color: Smalt. HEX triplet: 08, 29 and 9B. RGB value is (8,41,155). Sum of RGB (Red+Green+Blue) = 8+41+155=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #08299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08299B is #F7D664. Grayscale: #2B2B2B. Windows color (decimal): -16242277 or 10168584. OLE color: 10168584.

HSL color Cylindrical-coordinate representation of color #08299B: hue angle of 226.53º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08299B is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 41 155 -
CMYK 0.95 0.74 0 0.39
HSL 226.53º 0.9% 0.32% -
HSV(B) 226.53º 0.95% 0.61% -
XYZ 6.81 4 31.42 -
YUV 44.13 190.57 102.23 -
System Red Green Blue C M Y K H S L
Decimal 8 41 155 0.95 0.74 0 0.39 226.53 0.9 0.32
Hex 8 29 9B 5F 4A 0 27 E3 5A 20
Octal 10 51 233 137 112 0 47 343 132 40
Binary 1000 101001 10011011 1011111 1001010 0 100111 11100011 1011010 100000

Color Harmonies of #08299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08299B

Black with #08299B

Text Example


Text Example

White with #08299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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