Html Css Color HEX #002E99 Smalt

📋 copy color: '#002E99'

red 0 ◦ green 46 ◦ blue 153

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

Shades of Smalt #002E99

Tints of Smalt #002E99

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.12%

 BLUE value IS 153 (60.16% from 255) = 76.88%

R = 0%
G = 23.12%
B = 76.88%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#002E99 (or 0x002E99) is known color: Smalt. HEX triplet: 00, 2E and 99. RGB value is (0,46,153). Sum of RGB (Red+Green+Blue) = 0+46+153=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #002E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E99 is #FFD166. Grayscale: #2B2B2B. Windows color (decimal): -16765287 or 10038784. OLE color: 10038784.

HSL color Cylindrical-coordinate representation of color #002E99: hue angle of 221.96º 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 #002E99 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 46 153 -
CMYK 1 0.70 0 0.4
HSL 221.96º 1% 0.3% -
HSV(B) 221.96º 1% 0.6% -
XYZ 6.73 4.25 30.6 -
YUV 44.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 0 46 153 1 0.70 0 0.4 221.96 1 0.3
Hex 0 2E 99 64 46 0 28 DE 64 1E
Octal 0 56 231 144 106 0 50 336 144 36
Binary 0 101110 10011001 1100100 1000110 0 101000 11011110 1100100 11110

Color Harmonies of #002E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E99

Black with #002E99

Text Example


Text Example

White with #002E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002E99; }

 p { color: rgb(0,46,153); }

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

background-color css

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

 a { background-color: rgb(0,46,153); }

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

border-color css

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

 span { border-color: rgb(0,46,153); }

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