Html Css Color HEX #011651 Sapphire

📋 copy color: '#011651'

red 1 ◦ green 22 ◦ blue 81

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

Shades of Sapphire #011651

Tints of Sapphire #011651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.15%

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

R = 0.96%
G = 21.15%
B = 77.88%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011651 (or 0x011651) is known color: Sapphire. HEX triplet: 01, 16 and 51. RGB value is (1,22,81). Sum of RGB (Red+Green+Blue) = 1+22+81=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #011651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011651 is #FEE9AE. Grayscale: #161616. Windows color (decimal): -16705967 or 5314049. OLE color: 5314049.

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

Color convert

RGB 1 22 81 -
CMYK 0.99 0.73 0 0.68
HSL 224.25º 0.98% 0.16% -
HSV(B) 224.25º 0.99% 0.32% -
XYZ 1.78 1.17 7.92 -
YUV 22.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 1 22 81 0.99 0.73 0 0.68 224.25 0.98 0.16
Hex 1 16 51 63 49 0 44 E0 62 10
Octal 1 26 121 143 111 0 104 340 142 20
Binary 1 10110 1010001 1100011 1001001 0 1000100 11100000 1100010 10000

Color Harmonies of #011651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011651

Black with #011651

Text Example


Text Example

White with #011651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011651; }

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

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

background-color css

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

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

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

border-color css

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

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

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