Html Css Color HEX #012581 Sapphire

📋 copy color: '#012581'

red 1 ◦ green 37 ◦ blue 129

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

Shades of Sapphire #012581

Tints of Sapphire #012581

RGB

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

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

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

R = 0.6%
G = 22.16%
B = 77.25%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#012581 (or 0x012581) is known color: Sapphire. HEX triplet: 01, 25 and 81. RGB value is (1,37,129). Sum of RGB (Red+Green+Blue) = 1+37+129=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 129 (50.78% from 255 or 77.25% from 167); Max value from RGB is 129 - color contains mainly: blue. Hex color #012581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012581 is #FEDA7E. Grayscale: #242424. Windows color (decimal): -16702079 or 8463617. OLE color: 8463617.

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

Color convert

RGB 1 37 129 -
CMYK 0.99 0.71 0 0.49
HSL 223.13º 0.98% 0.25% -
HSV(B) 223.13º 0.99% 0.51% -
XYZ 4.64 2.91 21.09 -
YUV 36.72 180.07 102.52 -
System Red Green Blue C M Y K H S L
Decimal 1 37 129 0.99 0.71 0 0.49 223.13 0.98 0.25
Hex 1 25 81 63 47 0 31 DF 62 19
Octal 1 45 201 143 107 0 61 337 142 31
Binary 1 100101 10000001 1100011 1000111 0 110001 11011111 1100010 11001

Color Harmonies of #012581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012581

Black with #012581

Text Example


Text Example

White with #012581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012581; }

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

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

background-color css

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

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

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

border-color css

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

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

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