Html Css Color HEX #08429B Smalt

📋 copy color: '#08429B'

red 8 ◦ green 66 ◦ blue 155

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

Shades of Smalt #08429B

Tints of Smalt #08429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 3.49%
G = 28.82%
B = 67.69%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08429B (or 0x08429B) is known color: Smalt. HEX triplet: 08, 42 and 9B. RGB value is (8,66,155). Sum of RGB (Red+Green+Blue) = 8+66+155=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #08429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08429B is #F7BD64. Grayscale: #3A3A3A. Windows color (decimal): -16235877 or 10174984. OLE color: 10174984.

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

Color convert

RGB 8 66 155 -
CMYK 0.95 0.57 0 0.39
HSL 216.33º 0.9% 0.32% -
HSV(B) 216.33º 0.95% 0.61% -
XYZ 7.96 6.31 31.81 -
YUV 58.8 182.28 91.76 -
System Red Green Blue C M Y K H S L
Decimal 8 66 155 0.95 0.57 0 0.39 216.33 0.9 0.32
Hex 8 42 9B 5F 39 0 27 D8 5A 20
Octal 10 102 233 137 71 0 47 330 132 40
Binary 1000 1000010 10011011 1011111 111001 0 100111 11011000 1011010 100000

Color Harmonies of #08429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08429B

Black with #08429B

Text Example


Text Example

White with #08429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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