Html Css Color HEX #001F56 Sapphire

📋 copy color: '#001F56'

red 0 ◦ green 31 ◦ blue 86

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

Shades of Sapphire #001F56

Tints of Sapphire #001F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 73.5%

R = 0%
G = 26.5%
B = 73.5%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#001F56 (or 0x001F56) is known color: Sapphire. HEX triplet: 00, 1F and 56. RGB value is (0,31,86). Sum of RGB (Red+Green+Blue) = 0+31+86=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #001F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F56 is #FFE0A9. Grayscale: #1B1B1B. Windows color (decimal): -16769194 or 5644032. OLE color: 5644032.

HSL color Cylindrical-coordinate representation of color #001F56: hue angle of 218.37º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F56 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 31 86 -
CMYK 1 0.64 0 0.66
HSL 218.37º 1% 0.17% -
HSV(B) 218.37º 1% 0.34% -
XYZ 2.17 1.65 9.01 -
YUV 28 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 0 31 86 1 0.64 0 0.66 218.37 1 0.17
Hex 0 1F 56 64 40 0 42 DA 64 11
Octal 0 37 126 144 100 0 102 332 144 21
Binary 0 11111 1010110 1100100 1000000 0 1000010 11011010 1100100 10001

Color Harmonies of #001F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F56

Black with #001F56

Text Example


Text Example

White with #001F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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