Html Css Color HEX #002482 Smalt

📋 copy color: '#002482'

red 0 ◦ green 36 ◦ blue 130

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

Shades of Smalt #002482

Tints of Smalt #002482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

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

R = 0%
G = 21.69%
B = 78.31%

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

#002482 (or 0x002482) is known color: Smalt. HEX triplet: 00, 24 and 82. RGB value is (0,36,130). Sum of RGB (Red+Green+Blue) = 0+36+130=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #002482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002482 is #FFDB7D. Grayscale: #232323. Windows color (decimal): -16767870 or 8528896. OLE color: 8528896.

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

Color convert

RGB 0 36 130 -
CMYK 1 0.72 0 0.49
HSL 223.38º 1% 0.25% -
HSV(B) 223.38º 1% 0.51% -
XYZ 4.66 2.87 21.43 -
YUV 35.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 0 36 130 1 0.72 0 0.49 223.38 1 0.25
Hex 0 24 82 64 48 0 31 DF 64 19
Octal 0 44 202 144 110 0 61 337 144 31
Binary 0 100100 10000010 1100100 1001000 0 110001 11011111 1100100 11001

Color Harmonies of #002482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002482

Black with #002482

Text Example


Text Example

White with #002482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002482; }

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

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

background-color css

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

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

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

border-color css

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

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

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