Html Css Color HEX #08339C Smalt

📋 copy color: '#08339C'

red 8 ◦ green 51 ◦ blue 156

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

Shades of Smalt #08339C

Tints of Smalt #08339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 72.56%

R = 3.72%
G = 23.72%
B = 72.56%

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

#08339C (or 0x08339C) is known color: Smalt. HEX triplet: 08, 33 and 9C. RGB value is (8,51,156). Sum of RGB (Red+Green+Blue) = 8+51+156=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #08339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08339C is #F7CC63. Grayscale: #313131. Windows color (decimal): -16239716 or 10236680. OLE color: 10236680.

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

Color convert

RGB 8 51 156 -
CMYK 0.95 0.67 0 0.39
HSL 222.57º 0.9% 0.32% -
HSV(B) 222.57º 0.95% 0.61% -
XYZ 7.28 4.82 32 -
YUV 50.11 187.75 97.96 -
System Red Green Blue C M Y K H S L
Decimal 8 51 156 0.95 0.67 0 0.39 222.57 0.9 0.32
Hex 8 33 9C 5F 43 0 27 DF 5A 20
Octal 10 63 234 137 103 0 47 337 132 40
Binary 1000 110011 10011100 1011111 1000011 0 100111 11011111 1011010 100000

Color Harmonies of #08339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08339C

Black with #08339C

Text Example


Text Example

White with #08339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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