Html Css Color HEX #00298E Smalt

📋 copy color: '#00298E'

red 0 ◦ green 41 ◦ blue 142

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

Shades of Smalt #00298E

Tints of Smalt #00298E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 77.6%

R = 0%
G = 22.4%
B = 77.6%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00298E (or 0x00298E) is known color: Smalt. HEX triplet: 00, 29 and 8E. RGB value is (0,41,142). Sum of RGB (Red+Green+Blue) = 0+41+142=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #00298E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00298E is #FFD671. Grayscale: #272727. Windows color (decimal): -16766578 or 9316608. OLE color: 9316608.

HSL color Cylindrical-coordinate representation of color #00298E: hue angle of 222.68º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00298E is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 41 142 -
CMYK 1 0.71 0 0.44
HSL 222.68º 1% 0.28% -
HSV(B) 222.68º 1% 0.56% -
XYZ 5.68 3.54 25.98 -
YUV 40.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 0 41 142 1 0.71 0 0.44 222.68 1 0.28
Hex 0 29 8E 64 47 0 2C DF 64 1C
Octal 0 51 216 144 107 0 54 337 144 34
Binary 0 101001 10001110 1100100 1000111 0 101100 11011111 1100100 11100

Color Harmonies of #00298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00298E

Black with #00298E

Text Example


Text Example

White with #00298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00298E; }

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

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

background-color css

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

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

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

border-color css

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

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

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