Html Css Color HEX #001550 Sapphire

📋 copy color: '#001550'

red 0 ◦ green 21 ◦ blue 80

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

Shades of Sapphire #001550

Tints of Sapphire #001550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 79.21%

R = 0%
G = 20.79%
B = 79.21%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#001550 (or 0x001550) is known color: Sapphire. HEX triplet: 00, 15 and 50. RGB value is (0,21,80). Sum of RGB (Red+Green+Blue) = 0+21+80=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #001550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001550 is #FFEAAF. Grayscale: #151515. Windows color (decimal): -16771760 or 5248256. OLE color: 5248256.

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

Color convert

RGB 0 21 80 -
CMYK 1 0.74 0 0.69
HSL 224.25º 1% 0.16% -
HSV(B) 224.25º 1% 0.31% -
XYZ 1.72 1.12 7.71 -
YUV 21.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 0 21 80 1 0.74 0 0.69 224.25 1 0.16
Hex 0 15 50 64 4A 0 45 E0 64 10
Octal 0 25 120 144 112 0 105 340 144 20
Binary 0 10101 1010000 1100100 1001010 0 1000101 11100000 1100100 10000

Color Harmonies of #001550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001550

Black with #001550

Text Example


Text Example

White with #001550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001550; }

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

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

background-color css

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

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

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

border-color css

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

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

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