Html Css Color HEX #08369E Smalt

📋 copy color: '#08369E'

red 8 ◦ green 54 ◦ blue 158

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

Shades of Smalt #08369E

Tints of Smalt #08369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 71.82%

R = 3.64%
G = 24.55%
B = 71.82%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08369E (or 0x08369E) is known color: Smalt. HEX triplet: 08, 36 and 9E. RGB value is (8,54,158). Sum of RGB (Red+Green+Blue) = 8+54+158=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #08369E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08369E is #F7C961. Grayscale: #333333. Windows color (decimal): -16238946 or 10368520. OLE color: 10368520.

HSL color Cylindrical-coordinate representation of color #08369E: hue angle of 221.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08369E is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 54 158 -
CMYK 0.95 0.66 0 0.38
HSL 221.6º 0.9% 0.33% -
HSV(B) 221.6º 0.95% 0.62% -
XYZ 7.59 5.16 32.94 -
YUV 52.1 187.76 96.54 -
System Red Green Blue C M Y K H S L
Decimal 8 54 158 0.95 0.66 0 0.38 221.6 0.9 0.33
Hex 8 36 9E 5F 42 0 26 DE 5A 21
Octal 10 66 236 137 102 0 46 336 132 41
Binary 1000 110110 10011110 1011111 1000010 0 100110 11011110 1011010 100001

Color Harmonies of #08369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08369E

Black with #08369E

Text Example


Text Example

White with #08369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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