Html Css Color HEX #002A8D Smalt

📋 copy color: '#002A8D'

red 0 ◦ green 42 ◦ blue 141

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

Shades of Smalt #002A8D

Tints of Smalt #002A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 77.05%

R = 0%
G = 22.95%
B = 77.05%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#002A8D (or 0x002A8D) is known color: Smalt. HEX triplet: 00, 2A and 8D. RGB value is (0,42,141). Sum of RGB (Red+Green+Blue) = 0+42+141=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #002A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A8D is #FFD572. Grayscale: #282828. Windows color (decimal): -16766323 or 9251328. OLE color: 9251328.

HSL color Cylindrical-coordinate representation of color #002A8D: hue angle of 222.13º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A8D is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 42 141 -
CMYK 1 0.70 0 0.45
HSL 222.13º 1% 0.28% -
HSV(B) 222.13º 1% 0.55% -
XYZ 5.64 3.58 25.59 -
YUV 40.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 0 42 141 1 0.70 0 0.45 222.13 1 0.28
Hex 0 2A 8D 64 46 0 2D DE 64 1C
Octal 0 52 215 144 106 0 55 336 144 34
Binary 0 101010 10001101 1100100 1000110 0 101101 11011110 1100100 11100

Color Harmonies of #002A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A8D

Black with #002A8D

Text Example


Text Example

White with #002A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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