Html Css Color HEX #08398B Smalt

📋 copy color: '#08398B'

red 8 ◦ green 57 ◦ blue 139

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

Shades of Smalt #08398B

Tints of Smalt #08398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.14%

R = 3.92%
G = 27.94%
B = 68.14%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08398B (or 0x08398B) is known color: Smalt. HEX triplet: 08, 39 and 8B. RGB value is (8,57,139). Sum of RGB (Red+Green+Blue) = 8+57+139=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #08398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08398B is #F7C674. Grayscale: #333333. Windows color (decimal): -16238197 or 9124104. OLE color: 9124104.

HSL color Cylindrical-coordinate representation of color #08398B: hue angle of 217.56º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08398B is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 57 139 -
CMYK 0.94 0.59 0 0.45
HSL 217.56º 0.89% 0.29% -
HSV(B) 217.56º 0.94% 0.55% -
XYZ 6.22 4.84 25.03 -
YUV 51.7 177.27 96.83 -
System Red Green Blue C M Y K H S L
Decimal 8 57 139 0.94 0.59 0 0.45 217.56 0.89 0.29
Hex 8 39 8B 5E 3B 0 2D DA 59 1D
Octal 10 71 213 136 73 0 55 332 131 35
Binary 1000 111001 10001011 1011110 111011 0 101101 11011010 1011001 11101

Color Harmonies of #08398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08398B

Black with #08398B

Text Example


Text Example

White with #08398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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