Html Css Color HEX #002893 Smalt

📋 copy color: '#002893'

red 0 ◦ green 40 ◦ blue 147

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

Shades of Smalt #002893

Tints of Smalt #002893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.39%

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

R = 0%
G = 21.39%
B = 78.61%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002893 (or 0x002893) is known color: Smalt. HEX triplet: 00, 28 and 93. RGB value is (0,40,147). Sum of RGB (Red+Green+Blue) = 0+40+147=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #002893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002893 is #FFD76C. Grayscale: #272727. Windows color (decimal): -16766829 or 9644032. OLE color: 9644032.

HSL color Cylindrical-coordinate representation of color #002893: hue angle of 223.67º 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 #002893 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 40 147 -
CMYK 1 0.73 0 0.42
HSL 223.67º 1% 0.29% -
HSV(B) 223.67º 1% 0.58% -
XYZ 6.03 3.62 27.99 -
YUV 40.24 188.25 99.3 -
System Red Green Blue C M Y K H S L
Decimal 0 40 147 1 0.73 0 0.42 223.67 1 0.29
Hex 0 28 93 64 49 0 2A E0 64 1D
Octal 0 50 223 144 111 0 52 340 144 35
Binary 0 101000 10010011 1100100 1001001 0 101010 11100000 1100100 11101

Color Harmonies of #002893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002893

Black with #002893

Text Example


Text Example

White with #002893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002893; }

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

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

background-color css

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

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

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

border-color css

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

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

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