Html Css Color HEX #002D8D Smalt

📋 copy color: '#002D8D'

red 0 ◦ green 45 ◦ blue 141

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

Shades of Smalt #002D8D

Tints of Smalt #002D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

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

R = 0%
G = 24.19%
B = 75.81%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#002D8D (or 0x002D8D) is known color: Smalt. HEX triplet: 00, 2D and 8D. RGB value is (0,45,141). Sum of RGB (Red+Green+Blue) = 0+45+141=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #002D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002D8D is #FFD272. Grayscale: #2A2A2A. Windows color (decimal): -16765555 or 9252096. OLE color: 9252096.

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

Color convert

RGB 0 45 141 -
CMYK 1 0.68 0 0.45
HSL 220.85º 1% 0.28% -
HSV(B) 220.85º 1% 0.55% -
XYZ 5.75 3.8 25.63 -
YUV 42.49 183.59 97.69 -
System Red Green Blue C M Y K H S L
Decimal 0 45 141 1 0.68 0 0.45 220.85 1 0.28
Hex 0 2D 8D 64 44 0 2D DD 64 1C
Octal 0 55 215 144 104 0 55 335 144 34
Binary 0 101101 10001101 1100100 1000100 0 101101 11011101 1100100 11100

Color Harmonies of #002D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D8D

Black with #002D8D

Text Example


Text Example

White with #002D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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