Html Css Color HEX #00208C Smalt

📋 copy color: '#00208C'

red 0 ◦ green 32 ◦ blue 140

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

Shades of Smalt #00208C

Tints of Smalt #00208C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 18.6%

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

R = 0%
G = 18.6%
B = 81.4%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00208C (or 0x00208C) is known color: Smalt. HEX triplet: 00, 20 and 8C. RGB value is (0,32,140). Sum of RGB (Red+Green+Blue) = 0+32+140=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 140 (55.08% from 255 or 81.40% from 172); Max value from RGB is 140 - color contains mainly: blue. Hex color #00208C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00208C is #FFDF73. Grayscale: #222222. Windows color (decimal): -16768884 or 9183232. OLE color: 9183232.

HSL color Cylindrical-coordinate representation of color #00208C: hue angle of 226.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00208C is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 32 140 -
CMYK 1 0.77 0 0.45
HSL 226.29º 1% 0.27% -
HSV(B) 226.29º 1% 0.55% -
XYZ 5.25 2.93 25.1 -
YUV 34.74 187.4 103.22 -
System Red Green Blue C M Y K H S L
Decimal 0 32 140 1 0.77 0 0.45 226.29 1 0.27
Hex 0 20 8C 64 4D 0 2D E2 64 1B
Octal 0 40 214 144 115 0 55 342 144 33
Binary 0 100000 10001100 1100100 1001101 0 101101 11100010 1100100 11011

Color Harmonies of #00208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00208C

Black with #00208C

Text Example


Text Example

White with #00208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,32,140); }

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

background-color css

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

 a { background-color: rgb(0,32,140); }

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

border-color css

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

 span { border-color: rgb(0,32,140); }

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