Html Css Color HEX #001F51 Sapphire

📋 copy color: '#001F51'

red 0 ◦ green 31 ◦ blue 81

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

Shades of Sapphire #001F51

Tints of Sapphire #001F51

RGB

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

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

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

R = 0%
G = 27.68%
B = 72.32%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#001F51 (or 0x001F51) is known color: Sapphire. HEX triplet: 00, 1F and 51. RGB value is (0,31,81). Sum of RGB (Red+Green+Blue) = 0+31+81=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #001F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F51 is #FFE0AE. Grayscale: #1B1B1B. Windows color (decimal): -16769199 or 5316352. OLE color: 5316352.

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

Color convert

RGB 0 31 81 -
CMYK 1 0.62 0 0.68
HSL 217.04º 1% 0.16% -
HSV(B) 217.04º 1% 0.32% -
XYZ 1.98 1.57 7.98 -
YUV 27.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 0 31 81 1 0.62 0 0.68 217.04 1 0.16
Hex 0 1F 51 64 3E 0 44 D9 64 10
Octal 0 37 121 144 76 0 104 331 144 20
Binary 0 11111 1010001 1100100 111110 0 1000100 11011001 1100100 10000

Color Harmonies of #001F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F51

Black with #001F51

Text Example


Text Example

White with #001F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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