Html Css Color HEX #002782 Smalt

📋 copy color: '#002782'

red 0 ◦ green 39 ◦ blue 130

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

Shades of Smalt #002782

Tints of Smalt #002782

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.08%

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

R = 0%
G = 23.08%
B = 76.92%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#002782 (or 0x002782) is known color: Smalt. HEX triplet: 00, 27 and 82. RGB value is (0,39,130). Sum of RGB (Red+Green+Blue) = 0+39+130=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 130 (51.17% from 255 or 76.92% from 169); Max value from RGB is 130 - color contains mainly: blue. Hex color #002782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002782 is #FFD87D. Grayscale: #252525. Windows color (decimal): -16767102 or 8529664. OLE color: 8529664.

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

Color convert

RGB 0 39 130 -
CMYK 1 0.70 0 0.49
HSL 222º 1% 0.25% -
HSV(B) 222º 1% 0.51% -
XYZ 4.75 3.06 21.46 -
YUV 37.71 180.08 101.1 -
System Red Green Blue C M Y K H S L
Decimal 0 39 130 1 0.70 0 0.49 222 1 0.25
Hex 0 27 82 64 46 0 31 DE 64 19
Octal 0 47 202 144 106 0 61 336 144 31
Binary 0 100111 10000010 1100100 1000110 0 110001 11011110 1100100 11001

Color Harmonies of #002782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002782

Black with #002782

Text Example


Text Example

White with #002782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002782; }

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

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

background-color css

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

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

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

border-color css

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

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

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