Html Css Color HEX #08369C Smalt

📋 copy color: '#08369C'

red 8 ◦ green 54 ◦ blue 156

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

Shades of Smalt #08369C

Tints of Smalt #08369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 71.56%

R = 3.67%
G = 24.77%
B = 71.56%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08369C (or 0x08369C) is known color: Smalt. HEX triplet: 08, 36 and 9C. RGB value is (8,54,156). Sum of RGB (Red+Green+Blue) = 8+54+156=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #08369C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08369C is #F7C963. Grayscale: #333333. Windows color (decimal): -16238948 or 10237448. OLE color: 10237448.

HSL color Cylindrical-coordinate representation of color #08369C: hue angle of 221.35º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08369C is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 54 156 -
CMYK 0.95 0.65 0 0.39
HSL 221.35º 0.9% 0.32% -
HSV(B) 221.35º 0.95% 0.61% -
XYZ 7.42 5.09 32.04 -
YUV 51.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 8 54 156 0.95 0.65 0 0.39 221.35 0.9 0.32
Hex 8 36 9C 5F 41 0 27 DD 5A 20
Octal 10 66 234 137 101 0 47 335 132 40
Binary 1000 110110 10011100 1011111 1000001 0 100111 11011101 1011010 100000

Color Harmonies of #08369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08369C

Black with #08369C

Text Example


Text Example

White with #08369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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