Html Css Color HEX #08389F Smalt

📋 copy color: '#08389F'

red 8 ◦ green 56 ◦ blue 159

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

Shades of Smalt #08389F

Tints of Smalt #08389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

 BLUE value IS 159 (62.5% from 255) = 71.3%

R = 3.59%
G = 25.11%
B = 71.3%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08389F (or 0x08389F) is known color: Smalt. HEX triplet: 08, 38 and 9F. RGB value is (8,56,159). Sum of RGB (Red+Green+Blue) = 8+56+159=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #08389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08389F is #F7C760. Grayscale: #343434. Windows color (decimal): -16238433 or 10434568. OLE color: 10434568.

HSL color Cylindrical-coordinate representation of color #08389F: hue angle of 220.93º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08389F is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 56 159 -
CMYK 0.95 0.65 0 0.38
HSL 220.93º 0.9% 0.33% -
HSV(B) 220.93º 0.95% 0.62% -
XYZ 7.77 5.38 33.43 -
YUV 53.39 187.6 95.62 -
System Red Green Blue C M Y K H S L
Decimal 8 56 159 0.95 0.65 0 0.38 220.93 0.9 0.33
Hex 8 38 9F 5F 41 0 26 DD 5A 21
Octal 10 70 237 137 101 0 46 335 132 41
Binary 1000 111000 10011111 1011111 1000001 0 100110 11011101 1011010 100001

Color Harmonies of #08389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08389F

Black with #08389F

Text Example


Text Example

White with #08389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08389F; }

 p { color: rgb(8,56,159); }

 H1.HeaderClassName
 {
   color: #08389F;
 }
 .AnyTagClassName
 {
   color: #08389F;
 }
</style>

background-color css

<style>
 a { background-color: #08389F; }

 a { background-color: rgb(8,56,159); }

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

border-color css

<style>
 span { border-color: #08389F; }

 span { border-color: rgb(8,56,159); }

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