Html Css Color HEX #08218E Smalt

📋 copy color: '#08218E'

red 8 ◦ green 33 ◦ blue 142

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

Shades of Smalt #08218E

Tints of Smalt #08218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

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

R = 4.37%
G = 18.03%
B = 77.6%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08218E (or 0x08218E) is known color: Smalt. HEX triplet: 08, 21 and 8E. RGB value is (8,33,142). Sum of RGB (Red+Green+Blue) = 8+33+142=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #08218E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08218E is #F7DE71. Grayscale: #252525. Windows color (decimal): -16244338 or 9314568. OLE color: 9314568.

HSL color Cylindrical-coordinate representation of color #08218E: hue angle of 228.81º 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 #08218E is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 33 142 -
CMYK 0.94 0.77 0 0.44
HSL 228.81º 0.89% 0.29% -
HSV(B) 228.81º 0.94% 0.56% -
XYZ 5.53 3.09 25.9 -
YUV 37.95 186.72 106.64 -
System Red Green Blue C M Y K H S L
Decimal 8 33 142 0.94 0.77 0 0.44 228.81 0.89 0.29
Hex 8 21 8E 5E 4D 0 2C E5 59 1D
Octal 10 41 216 136 115 0 54 345 131 35
Binary 1000 100001 10001110 1011110 1001101 0 101100 11100101 1011001 11101

Color Harmonies of #08218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08218E

Black with #08218E

Text Example


Text Example

White with #08218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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