Html Css Color HEX #002793 Smalt

📋 copy color: '#002793'

red 0 ◦ green 39 ◦ blue 147

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

Shades of Smalt #002793

Tints of Smalt #002793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.97%

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

R = 0%
G = 20.97%
B = 79.03%

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

#002793 (or 0x002793) is known color: Smalt. HEX triplet: 00, 27 and 93. RGB value is (0,39,147). Sum of RGB (Red+Green+Blue) = 0+39+147=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #002793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002793 is #FFD86C. Grayscale: #272727. Windows color (decimal): -16767085 or 9643776. OLE color: 9643776.

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

Color convert

RGB 0 39 147 -
CMYK 1 0.73 0 0.42
HSL 224.08º 1% 0.29% -
HSV(B) 224.08º 1% 0.58% -
XYZ 5.99 3.56 27.97 -
YUV 39.65 188.58 99.72 -
System Red Green Blue C M Y K H S L
Decimal 0 39 147 1 0.73 0 0.42 224.08 1 0.29
Hex 0 27 93 64 49 0 2A E0 64 1D
Octal 0 47 223 144 111 0 52 340 144 35
Binary 0 100111 10010011 1100100 1001001 0 101010 11100000 1100100 11101

Color Harmonies of #002793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002793

Black with #002793

Text Example


Text Example

White with #002793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002793; }

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

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

background-color css

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

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

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

border-color css

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

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

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