Html Css Color HEX #002582 Smalt

📋 copy color: '#002582'

red 0 ◦ green 37 ◦ blue 130

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

Shades of Smalt #002582

Tints of Smalt #002582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

 BLUE value IS 130 (51.17% from 255) = 77.84%

R = 0%
G = 22.16%
B = 77.84%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#002582 (or 0x002582) is known color: Smalt. HEX triplet: 00, 25 and 82. RGB value is (0,37,130). Sum of RGB (Red+Green+Blue) = 0+37+130=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #002582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002582 is #FFDA7D. Grayscale: #242424. Windows color (decimal): -16767614 or 8529152. OLE color: 8529152.

HSL color Cylindrical-coordinate representation of color #002582: hue angle of 222.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002582 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 37 130 -
CMYK 1 0.72 0 0.49
HSL 222.92º 1% 0.25% -
HSV(B) 222.92º 1% 0.51% -
XYZ 4.69 2.93 21.44 -
YUV 36.54 180.74 101.94 -
System Red Green Blue C M Y K H S L
Decimal 0 37 130 1 0.72 0 0.49 222.92 1 0.25
Hex 0 25 82 64 48 0 31 DF 64 19
Octal 0 45 202 144 110 0 61 337 144 31
Binary 0 100101 10000010 1100100 1001000 0 110001 11011111 1100100 11001

Color Harmonies of #002582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002582

Black with #002582

Text Example


Text Example

White with #002582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002582; }

 p { color: rgb(0,37,130); }

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

background-color css

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

 a { background-color: rgb(0,37,130); }

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

border-color css

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

 span { border-color: rgb(0,37,130); }

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