Html Css Color HEX #001551 Sapphire

📋 copy color: '#001551'

red 0 ◦ green 21 ◦ blue 81

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

Shades of Sapphire #001551

Tints of Sapphire #001551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

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

R = 0%
G = 20.59%
B = 79.41%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#001551 (or 0x001551) is known color: Sapphire. HEX triplet: 00, 15 and 51. RGB value is (0,21,81). Sum of RGB (Red+Green+Blue) = 0+21+81=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #001551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001551 is #FFEAAE. Grayscale: #151515. Windows color (decimal): -16771759 or 5313792. OLE color: 5313792.

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

Color convert

RGB 0 21 81 -
CMYK 1 0.74 0 0.68
HSL 224.44º 1% 0.16% -
HSV(B) 224.44º 1% 0.32% -
XYZ 1.75 1.13 7.91 -
YUV 21.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 0 21 81 1 0.74 0 0.68 224.44 1 0.16
Hex 0 15 51 64 4A 0 44 E0 64 10
Octal 0 25 121 144 112 0 104 340 144 20
Binary 0 10101 1010001 1100100 1001010 0 1000100 11100000 1100100 10000

Color Harmonies of #001551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001551

Black with #001551

Text Example


Text Example

White with #001551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001551; }

 p { color: rgb(0,21,81); }

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

background-color css

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

 a { background-color: rgb(0,21,81); }

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

border-color css

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

 span { border-color: rgb(0,21,81); }

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