Html Css Color HEX #002998 Smalt

📋 copy color: '#002998'

red 0 ◦ green 41 ◦ blue 152

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

Shades of Smalt #002998

Tints of Smalt #002998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 78.76%

R = 0%
G = 21.24%
B = 78.76%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#002998 (or 0x002998) is known color: Smalt. HEX triplet: 00, 29 and 98. RGB value is (0,41,152). Sum of RGB (Red+Green+Blue) = 0+41+152=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #002998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002998 is #FFD667. Grayscale: #282828. Windows color (decimal): -16766568 or 9971968. OLE color: 9971968.

HSL color Cylindrical-coordinate representation of color #002998: hue angle of 223.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002998 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 41 152 -
CMYK 1 0.73 0 0.40
HSL 223.82º 1% 0.3% -
HSV(B) 223.82º 1% 0.6% -
XYZ 6.46 3.85 30.11 -
YUV 41.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 0 41 152 1 0.73 0 0.40 223.82 1 0.3
Hex 0 29 98 64 49 0 28 E0 64 1E
Octal 0 51 230 144 111 0 50 340 144 36
Binary 0 101001 10011000 1100100 1001001 0 101000 11100000 1100100 11110

Color Harmonies of #002998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002998

Black with #002998

Text Example


Text Example

White with #002998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002998; }

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

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

background-color css

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

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

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

border-color css

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

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

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