Html Css Color HEX #001561 Sapphire

📋 copy color: '#001561'

red 0 ◦ green 21 ◦ blue 97

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

Shades of Sapphire #001561

Tints of Sapphire #001561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 82.2%

R = 0%
G = 17.8%
B = 82.2%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001561 (or 0x001561) is known color: Sapphire. HEX triplet: 00, 15 and 61. RGB value is (0,21,97). Sum of RGB (Red+Green+Blue) = 0+21+97=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 97 (38.28% from 255 or 82.20% from 118); Max value from RGB is 97 - color contains mainly: blue. Hex color #001561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001561 is #FFEA9E. Grayscale: #171717. Windows color (decimal): -16771743 or 6362368. OLE color: 6362368.

HSL color Cylindrical-coordinate representation of color #001561: hue angle of 227.01º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001561 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 21 97 -
CMYK 1 0.78 0 0.62
HSL 227.01º 1% 0.19% -
HSV(B) 227.01º 1% 0.38% -
XYZ 2.43 1.4 11.45 -
YUV 23.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 0 21 97 1 0.78 0 0.62 227.01 1 0.19
Hex 0 15 61 64 4E 0 3E E3 64 13
Octal 0 25 141 144 116 0 76 343 144 23
Binary 0 10101 1100001 1100100 1001110 0 111110 11100011 1100100 10011

Color Harmonies of #001561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001561

Black with #001561

Text Example


Text Example

White with #001561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001561; }

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

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

background-color css

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

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

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

border-color css

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

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

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