Html Css Color HEX #012781 Sapphire

📋 copy color: '#012781'

red 1 ◦ green 39 ◦ blue 129

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

Shades of Sapphire #012781

Tints of Sapphire #012781

RGB

 RED value IS 1 (0.78% from 255) = 0.59%

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

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

R = 0.59%
G = 23.08%
B = 76.33%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#012781 (or 0x012781) is known color: Sapphire. HEX triplet: 01, 27 and 81. RGB value is (1,39,129). Sum of RGB (Red+Green+Blue) = 1+39+129=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 129 (50.78% from 255 or 76.33% from 169); Max value from RGB is 129 - color contains mainly: blue. Hex color #012781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012781 is #FED87E. Grayscale: #252525. Windows color (decimal): -16701567 or 8464129. OLE color: 8464129.

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

Color convert

RGB 1 39 129 -
CMYK 0.99 0.70 0 0.49
HSL 222.19º 0.98% 0.25% -
HSV(B) 222.19º 0.99% 0.51% -
XYZ 4.7 3.04 21.11 -
YUV 37.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 1 39 129 0.99 0.70 0 0.49 222.19 0.98 0.25
Hex 1 27 81 63 46 0 31 DE 62 19
Octal 1 47 201 143 106 0 61 336 142 31
Binary 1 100111 10000001 1100011 1000110 0 110001 11011110 1100010 11001

Color Harmonies of #012781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012781

Black with #012781

Text Example


Text Example

White with #012781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012781; }

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

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

background-color css

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

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

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

border-color css

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

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

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