Html Css Color HEX #001F55 Sapphire

📋 copy color: '#001F55'

red 0 ◦ green 31 ◦ blue 85

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

Shades of Sapphire #001F55

Tints of Sapphire #001F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 73.28%

R = 0%
G = 26.72%
B = 73.28%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#001F55 (or 0x001F55) is known color: Sapphire. HEX triplet: 00, 1F and 55. RGB value is (0,31,85). Sum of RGB (Red+Green+Blue) = 0+31+85=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #001F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F55 is #FFE0AA. Grayscale: #1B1B1B. Windows color (decimal): -16769195 or 5578496. OLE color: 5578496.

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

Color convert

RGB 0 31 85 -
CMYK 1 0.64 0 0.67
HSL 218.12º 1% 0.17% -
HSV(B) 218.12º 1% 0.33% -
XYZ 2.13 1.64 8.8 -
YUV 27.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 0 31 85 1 0.64 0 0.67 218.12 1 0.17
Hex 0 1F 55 64 40 0 43 DA 64 11
Octal 0 37 125 144 100 0 103 332 144 21
Binary 0 11111 1010101 1100100 1000000 0 1000011 11011010 1100100 10001

Color Harmonies of #001F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F55

Black with #001F55

Text Example


Text Example

White with #001F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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