Html Css Color HEX #08409B Smalt

📋 copy color: '#08409B'

red 8 ◦ green 64 ◦ blue 155

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

Shades of Smalt #08409B

Tints of Smalt #08409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 3.52%
G = 28.19%
B = 68.28%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08409B (or 0x08409B) is known color: Smalt. HEX triplet: 08, 40 and 9B. RGB value is (8,64,155). Sum of RGB (Red+Green+Blue) = 8+64+155=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #08409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08409B is #F7BF64. Grayscale: #393939. Windows color (decimal): -16236389 or 10174472. OLE color: 10174472.

HSL color Cylindrical-coordinate representation of color #08409B: hue angle of 217.14º 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 #08409B is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 64 155 -
CMYK 0.95 0.59 0 0.39
HSL 217.14º 0.9% 0.32% -
HSV(B) 217.14º 0.95% 0.61% -
XYZ 7.85 6.08 31.77 -
YUV 57.63 182.95 92.6 -
System Red Green Blue C M Y K H S L
Decimal 8 64 155 0.95 0.59 0 0.39 217.14 0.9 0.32
Hex 8 40 9B 5F 3B 0 27 D9 5A 20
Octal 10 100 233 137 73 0 47 331 132 40
Binary 1000 1000000 10011011 1011111 111011 0 100111 11011001 1011010 100000

Color Harmonies of #08409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08409B

Black with #08409B

Text Example


Text Example

White with #08409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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