Html Css Color HEX #002781 Smalt

📋 copy color: '#002781'

red 0 ◦ green 39 ◦ blue 129

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

Shades of Smalt #002781

Tints of Smalt #002781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 76.79%

R = 0%
G = 23.21%
B = 76.79%

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

#002781 (or 0x002781) is known color: Smalt. HEX triplet: 00, 27 and 81. RGB value is (0,39,129). Sum of RGB (Red+Green+Blue) = 0+39+129=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 129 (50.78% from 255 or 76.79% from 168); Max value from RGB is 129 - color contains mainly: blue. Hex color #002781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002781 is #FFD87E. Grayscale: #252525. Windows color (decimal): -16767103 or 8464128. OLE color: 8464128.

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

Color convert

RGB 0 39 129 -
CMYK 1 0.70 0 0.49
HSL 221.86º 1% 0.25% -
HSV(B) 221.86º 1% 0.51% -
XYZ 4.69 3.04 21.11 -
YUV 37.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 0 39 129 1 0.70 0 0.49 221.86 1 0.25
Hex 0 27 81 64 46 0 31 DE 64 19
Octal 0 47 201 144 106 0 61 336 144 31
Binary 0 100111 10000001 1100100 1000110 0 110001 11011110 1100100 11001

Color Harmonies of #002781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002781

Black with #002781

Text Example


Text Example

White with #002781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002781; }

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

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

background-color css

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

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

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

border-color css

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

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

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