Html Css Color HEX #08389A Smalt

📋 copy color: '#08389A'

red 8 ◦ green 56 ◦ blue 154

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

Shades of Smalt #08389A

Tints of Smalt #08389A

RGB

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

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

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

R = 3.67%
G = 25.69%
B = 70.64%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08389A (or 0x08389A) is known color: Smalt. HEX triplet: 08, 38 and 9A. RGB value is (8,56,154). Sum of RGB (Red+Green+Blue) = 8+56+154=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #08389A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08389A is #F7C765. Grayscale: #343434. Windows color (decimal): -16238438 or 10106888. OLE color: 10106888.

HSL color Cylindrical-coordinate representation of color #08389A: hue angle of 220.27º 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 #08389A is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 56 154 -
CMYK 0.95 0.64 0 0.40
HSL 220.27º 0.9% 0.32% -
HSV(B) 220.27º 0.95% 0.6% -
XYZ 7.35 5.21 31.19 -
YUV 52.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 8 56 154 0.95 0.64 0 0.40 220.27 0.9 0.32
Hex 8 38 9A 5F 40 0 28 DC 5A 20
Octal 10 70 232 137 100 0 50 334 132 40
Binary 1000 111000 10011010 1011111 1000000 0 101000 11011100 1011010 100000

Color Harmonies of #08389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08389A

Black with #08389A

Text Example


Text Example

White with #08389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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