Html Css Color HEX #08339B Smalt

📋 copy color: '#08339B'

red 8 ◦ green 51 ◦ blue 155

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

Shades of Smalt #08339B

Tints of Smalt #08339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

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

R = 3.74%
G = 23.83%
B = 72.43%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08339B (or 0x08339B) is known color: Smalt. HEX triplet: 08, 33 and 9B. RGB value is (8,51,155). Sum of RGB (Red+Green+Blue) = 8+51+155=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #08339B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08339B is #F7CC64. Grayscale: #313131. Windows color (decimal): -16239717 or 10171144. OLE color: 10171144.

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

Color convert

RGB 8 51 155 -
CMYK 0.95 0.67 0 0.39
HSL 222.45º 0.9% 0.32% -
HSV(B) 222.45º 0.95% 0.61% -
XYZ 7.2 4.79 31.55 -
YUV 50 187.25 98.04 -
System Red Green Blue C M Y K H S L
Decimal 8 51 155 0.95 0.67 0 0.39 222.45 0.9 0.32
Hex 8 33 9B 5F 43 0 27 DE 5A 20
Octal 10 63 233 137 103 0 47 336 132 40
Binary 1000 110011 10011011 1011111 1000011 0 100111 11011110 1011010 100000

Color Harmonies of #08339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08339B

Black with #08339B

Text Example


Text Example

White with #08339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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