Html Css Color HEX #08399A Smalt

📋 copy color: '#08399A'

red 8 ◦ green 57 ◦ blue 154

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

Shades of Smalt #08399A

Tints of Smalt #08399A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 154 (60.55% from 255) = 70.32%

R = 3.65%
G = 26.03%
B = 70.32%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08399A (or 0x08399A) is known color: Smalt. HEX triplet: 08, 39 and 9A. RGB value is (8,57,154). Sum of RGB (Red+Green+Blue) = 8+57+154=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 154 (60.55% from 255 or 70.32% from 219); Max value from RGB is 154 - color contains mainly: blue. Hex color #08399A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08399A is #F7C665. Grayscale: #343434. Windows color (decimal): -16238182 or 10107144. OLE color: 10107144.

HSL color Cylindrical-coordinate representation of color #08399A: hue angle of 219.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08399A is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 57 154 -
CMYK 0.95 0.63 0 0.40
HSL 219.86º 0.9% 0.32% -
HSV(B) 219.86º 0.95% 0.6% -
XYZ 7.4 5.31 31.21 -
YUV 53.41 184.77 95.61 -
System Red Green Blue C M Y K H S L
Decimal 8 57 154 0.95 0.63 0 0.40 219.86 0.9 0.32
Hex 8 39 9A 5F 3F 0 28 DC 5A 20
Octal 10 71 232 137 77 0 50 334 132 40
Binary 1000 111001 10011010 1011111 111111 0 101000 11011100 1011010 100000

Color Harmonies of #08399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08399A

Black with #08399A

Text Example


Text Example

White with #08399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08399A; }

 p { color: rgb(8,57,154); }

 H1.HeaderClassName
 {
   color: #08399A;
 }
 .AnyTagClassName
 {
   color: #08399A;
 }
</style>

background-color css

<style>
 a { background-color: #08399A; }

 a { background-color: rgb(8,57,154); }

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

border-color css

<style>
 span { border-color: #08399A; }

 span { border-color: rgb(8,57,154); }

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