Html Css Color HEX #002A99 Smalt

📋 copy color: '#002A99'

red 0 ◦ green 42 ◦ blue 153

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

Shades of Smalt #002A99

Tints of Smalt #002A99

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.54%

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

R = 0%
G = 21.54%
B = 78.46%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#002A99 (or 0x002A99) is known color: Smalt. HEX triplet: 00, 2A and 99. RGB value is (0,42,153). Sum of RGB (Red+Green+Blue) = 0+42+153=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #002A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A99 is #FFD566. Grayscale: #292929. Windows color (decimal): -16766311 or 10037760. OLE color: 10037760.

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

Color convert

RGB 0 42 153 -
CMYK 1 0.73 0 0.4
HSL 223.53º 1% 0.3% -
HSV(B) 223.53º 1% 0.6% -
XYZ 6.58 3.96 30.55 -
YUV 42.1 190.59 97.97 -
System Red Green Blue C M Y K H S L
Decimal 0 42 153 1 0.73 0 0.4 223.53 1 0.3
Hex 0 2A 99 64 49 0 28 E0 64 1E
Octal 0 52 231 144 111 0 50 340 144 36
Binary 0 101010 10011001 1100100 1001001 0 101000 11100000 1100100 11110

Color Harmonies of #002A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A99

Black with #002A99

Text Example


Text Example

White with #002A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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