Html Css Color HEX #012051 Sapphire

📋 copy color: '#012051'

red 1 ◦ green 32 ◦ blue 81

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

Shades of Sapphire #012051

Tints of Sapphire #012051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

 BLUE value IS 81 (32.03% from 255) = 71.05%

R = 0.88%
G = 28.07%
B = 71.05%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012051 (or 0x012051) is known color: Sapphire. HEX triplet: 01, 20 and 51. RGB value is (1,32,81). Sum of RGB (Red+Green+Blue) = 1+32+81=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #012051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012051 is #FEDFAE. Grayscale: #1C1C1C. Windows color (decimal): -16703407 or 5316609. OLE color: 5316609.

HSL color Cylindrical-coordinate representation of color #012051: hue angle of 216.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012051 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 32 81 -
CMYK 0.99 0.60 0 0.68
HSL 216.75º 0.98% 0.16% -
HSV(B) 216.75º 0.99% 0.32% -
XYZ 2.01 1.63 7.99 -
YUV 28.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 1 32 81 0.99 0.60 0 0.68 216.75 0.98 0.16
Hex 1 20 51 63 3C 0 44 D9 62 10
Octal 1 40 121 143 74 0 104 331 142 20
Binary 1 100000 1010001 1100011 111100 0 1000100 11011001 1100010 10000

Color Harmonies of #012051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012051

Black with #012051

Text Example


Text Example

White with #012051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012051; }

 p { color: rgb(1,32,81); }

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

background-color css

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

 a { background-color: rgb(1,32,81); }

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

border-color css

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

 span { border-color: rgb(1,32,81); }

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