Html Css Color HEX #001F50 Sapphire

📋 copy color: '#001F50'

red 0 ◦ green 31 ◦ blue 80

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

Shades of Sapphire #001F50

Tints of Sapphire #001F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.93%

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

R = 0%
G = 27.93%
B = 72.07%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#001F50 (or 0x001F50) is known color: Sapphire. HEX triplet: 00, 1F and 50. RGB value is (0,31,80). Sum of RGB (Red+Green+Blue) = 0+31+80=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 80 (31.64% from 255 or 72.07% from 111); Max value from RGB is 80 - color contains mainly: blue. Hex color #001F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F50 is #FFE0AF. Grayscale: #1B1B1B. Windows color (decimal): -16769200 or 5250816. OLE color: 5250816.

HSL color Cylindrical-coordinate representation of color #001F50: hue angle of 216.75º 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 #001F50 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 31 80 -
CMYK 1 0.61 0 0.69
HSL 216.75º 1% 0.16% -
HSV(B) 216.75º 1% 0.31% -
XYZ 1.94 1.56 7.79 -
YUV 27.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 0 31 80 1 0.61 0 0.69 216.75 1 0.16
Hex 0 1F 50 64 3D 0 45 D9 64 10
Octal 0 37 120 144 75 0 105 331 144 20
Binary 0 11111 1010000 1100100 111101 0 1000101 11011001 1100100 10000

Color Harmonies of #001F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F50

Black with #001F50

Text Example


Text Example

White with #001F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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