Html Css Color HEX #002A93 Smalt

📋 copy color: '#002A93'

red 0 ◦ green 42 ◦ blue 147

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

Shades of Smalt #002A93

Tints of Smalt #002A93

RGB

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

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

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

R = 0%
G = 22.22%
B = 77.78%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002A93 (or 0x002A93) is known color: Smalt. HEX triplet: 00, 2A and 93. RGB value is (0,42,147). Sum of RGB (Red+Green+Blue) = 0+42+147=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #002A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A93 is #FFD56C. Grayscale: #282828. Windows color (decimal): -16766317 or 9644544. OLE color: 9644544.

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

Color convert

RGB 0 42 147 -
CMYK 1 0.71 0 0.42
HSL 222.86º 1% 0.29% -
HSV(B) 222.86º 1% 0.58% -
XYZ 6.09 3.76 28.01 -
YUV 41.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 0 42 147 1 0.71 0 0.42 222.86 1 0.29
Hex 0 2A 93 64 47 0 2A DF 64 1D
Octal 0 52 223 144 107 0 52 337 144 35
Binary 0 101010 10010011 1100100 1000111 0 101010 11011111 1100100 11101

Color Harmonies of #002A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A93

Black with #002A93

Text Example


Text Example

White with #002A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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