Html Css Color HEX #002093 Smalt

📋 copy color: '#002093'

red 0 ◦ green 32 ◦ blue 147

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

Shades of Smalt #002093

Tints of Smalt #002093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 82.12%

R = 0%
G = 17.88%
B = 82.12%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002093 (or 0x002093) is known color: Smalt. HEX triplet: 00, 20 and 93. RGB value is (0,32,147). Sum of RGB (Red+Green+Blue) = 0+32+147=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 147 (57.81% from 255 or 82.12% from 179); Max value from RGB is 147 - color contains mainly: blue. Hex color #002093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002093 is #FFDF6C. Grayscale: #232323. Windows color (decimal): -16768877 or 9641984. OLE color: 9641984.

HSL color Cylindrical-coordinate representation of color #002093: hue angle of 226.94º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002093 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 32 147 -
CMYK 1 0.78 0 0.42
HSL 226.94º 1% 0.29% -
HSV(B) 226.94º 1% 0.58% -
XYZ 5.78 3.14 27.9 -
YUV 35.54 190.9 102.65 -
System Red Green Blue C M Y K H S L
Decimal 0 32 147 1 0.78 0 0.42 226.94 1 0.29
Hex 0 20 93 64 4E 0 2A E3 64 1D
Octal 0 40 223 144 116 0 52 343 144 35
Binary 0 100000 10010011 1100100 1001110 0 101010 11100011 1100100 11101

Color Harmonies of #002093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002093

Black with #002093

Text Example


Text Example

White with #002093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002093; }

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

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

background-color css

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

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

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

border-color css

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

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

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