Html Css Color HEX #08398E Smalt

📋 copy color: '#08398E'

red 8 ◦ green 57 ◦ blue 142

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

Shades of Smalt #08398E

Tints of Smalt #08398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 68.6%

R = 3.86%
G = 27.54%
B = 68.6%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08398E (or 0x08398E) is known color: Smalt. HEX triplet: 08, 39 and 8E. RGB value is (8,57,142). Sum of RGB (Red+Green+Blue) = 8+57+142=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #08398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08398E is #F7C671. Grayscale: #333333. Windows color (decimal): -16238194 or 9320712. OLE color: 9320712.

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

Color convert

RGB 8 57 142 -
CMYK 0.94 0.60 0 0.44
HSL 218.06º 0.89% 0.29% -
HSV(B) 218.06º 0.94% 0.56% -
XYZ 6.45 4.93 26.2 -
YUV 52.04 178.77 96.59 -
System Red Green Blue C M Y K H S L
Decimal 8 57 142 0.94 0.60 0 0.44 218.06 0.89 0.29
Hex 8 39 8E 5E 3C 0 2C DA 59 1D
Octal 10 71 216 136 74 0 54 332 131 35
Binary 1000 111001 10001110 1011110 111100 0 101100 11011010 1011001 11101

Color Harmonies of #08398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08398E

Black with #08398E

Text Example


Text Example

White with #08398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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