Html Css Color HEX #08368C Smalt

📋 copy color: '#08368C'

red 8 ◦ green 54 ◦ blue 140

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

Shades of Smalt #08368C

Tints of Smalt #08368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 69.31%

R = 3.96%
G = 26.73%
B = 69.31%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08368C (or 0x08368C) is known color: Smalt. HEX triplet: 08, 36 and 8C. RGB value is (8,54,140). Sum of RGB (Red+Green+Blue) = 8+54+140=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #08368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08368C is #F7C973. Grayscale: #313131. Windows color (decimal): -16238964 or 9188872. OLE color: 9188872.

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

Color convert

RGB 8 54 140 -
CMYK 0.94 0.61 0 0.45
HSL 219.09º 0.89% 0.29% -
HSV(B) 219.09º 0.94% 0.55% -
XYZ 6.15 4.58 25.37 -
YUV 50.05 178.76 98.01 -
System Red Green Blue C M Y K H S L
Decimal 8 54 140 0.94 0.61 0 0.45 219.09 0.89 0.29
Hex 8 36 8C 5E 3D 0 2D DB 59 1D
Octal 10 66 214 136 75 0 55 333 131 35
Binary 1000 110110 10001100 1011110 111101 0 101101 11011011 1011001 11101

Color Harmonies of #08368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08368C

Black with #08368C

Text Example


Text Example

White with #08368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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