Html Css Color HEX #002993 Smalt

📋 copy color: '#002993'

red 0 ◦ green 41 ◦ blue 147

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

Shades of Smalt #002993

Tints of Smalt #002993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

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

R = 0%
G = 21.81%
B = 78.19%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002993 (or 0x002993) is known color: Smalt. HEX triplet: 00, 29 and 93. RGB value is (0,41,147). Sum of RGB (Red+Green+Blue) = 0+41+147=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #002993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002993 is #FFD66C. Grayscale: #282828. Windows color (decimal): -16766573 or 9644288. OLE color: 9644288.

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

Color convert

RGB 0 41 147 -
CMYK 1 0.72 0 0.42
HSL 223.27º 1% 0.29% -
HSV(B) 223.27º 1% 0.58% -
XYZ 6.06 3.69 28 -
YUV 40.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 0 41 147 1 0.72 0 0.42 223.27 1 0.29
Hex 0 29 93 64 48 0 2A DF 64 1D
Octal 0 51 223 144 110 0 52 337 144 35
Binary 0 101001 10010011 1100100 1001000 0 101010 11011111 1100100 11101

Color Harmonies of #002993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002993

Black with #002993

Text Example


Text Example

White with #002993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002993; }

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

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

background-color css

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

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

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

border-color css

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

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

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