Html Css Color HEX #08368D Smalt

📋 copy color: '#08368D'

red 8 ◦ green 54 ◦ blue 141

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

Shades of Smalt #08368D

Tints of Smalt #08368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

 BLUE value IS 141 (55.47% from 255) = 69.46%

R = 3.94%
G = 26.6%
B = 69.46%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08368D (or 0x08368D) is known color: Smalt. HEX triplet: 08, 36 and 8D. RGB value is (8,54,141). Sum of RGB (Red+Green+Blue) = 8+54+141=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #08368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08368D is #F7C972. Grayscale: #313131. Windows color (decimal): -16238963 or 9254408. OLE color: 9254408.

HSL color Cylindrical-coordinate representation of color #08368D: hue angle of 219.25º 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 #08368D is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 54 141 -
CMYK 0.94 0.62 0 0.45
HSL 219.25º 0.89% 0.29% -
HSV(B) 219.25º 0.94% 0.55% -
XYZ 6.23 4.61 25.76 -
YUV 50.16 179.26 97.93 -
System Red Green Blue C M Y K H S L
Decimal 8 54 141 0.94 0.62 0 0.45 219.25 0.89 0.29
Hex 8 36 8D 5E 3E 0 2D DB 59 1D
Octal 10 66 215 136 76 0 55 333 131 35
Binary 1000 110110 10001101 1011110 111110 0 101101 11011011 1011001 11101

Color Harmonies of #08368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08368D

Black with #08368D

Text Example


Text Example

White with #08368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08368D; }

 p { color: rgb(8,54,141); }

 H1.HeaderClassName
 {
   color: #08368D;
 }
 .AnyTagClassName
 {
   color: #08368D;
 }
</style>

background-color css

<style>
 a { background-color: #08368D; }

 a { background-color: rgb(8,54,141); }

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

border-color css

<style>
 span { border-color: #08368D; }

 span { border-color: rgb(8,54,141); }

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