Html Css Color HEX #002A94 Smalt

📋 copy color: '#002A94'

red 0 ◦ green 42 ◦ blue 148

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

Shades of Smalt #002A94

Tints of Smalt #002A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 77.89%

R = 0%
G = 22.11%
B = 77.89%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002A94 (or 0x002A94) is known color: Smalt. HEX triplet: 00, 2A and 94. RGB value is (0,42,148). Sum of RGB (Red+Green+Blue) = 0+42+148=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #002A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A94 is #FFD56B. Grayscale: #292929. Windows color (decimal): -16766316 or 9710080. OLE color: 9710080.

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

Color convert

RGB 0 42 148 -
CMYK 1 0.72 0 0.42
HSL 222.97º 1% 0.29% -
HSV(B) 222.97º 1% 0.58% -
XYZ 6.17 3.79 28.42 -
YUV 41.53 188.09 98.38 -
System Red Green Blue C M Y K H S L
Decimal 0 42 148 1 0.72 0 0.42 222.97 1 0.29
Hex 0 2A 94 64 48 0 2A DF 64 1D
Octal 0 52 224 144 110 0 52 337 144 35
Binary 0 101010 10010100 1100100 1001000 0 101010 11011111 1100100 11101

Color Harmonies of #002A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A94

Black with #002A94

Text Example


Text Example

White with #002A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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