Html Css Color HEX #001F5F Sapphire

📋 copy color: '#001F5F'

red 0 ◦ green 31 ◦ blue 95

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

Shades of Sapphire #001F5F

Tints of Sapphire #001F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 75.4%

R = 0%
G = 24.6%
B = 75.4%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#001F5F (or 0x001F5F) is known color: Sapphire. HEX triplet: 00, 1F and 5F. RGB value is (0,31,95). Sum of RGB (Red+Green+Blue) = 0+31+95=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 95 (37.5% from 255 or 75.40% from 126); Max value from RGB is 95 - color contains mainly: blue. Hex color #001F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F5F is #FFE0A0. Grayscale: #1C1C1C. Windows color (decimal): -16769185 or 6233856. OLE color: 6233856.

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

Color convert

RGB 0 31 95 -
CMYK 1 0.67 0 0.63
HSL 220.42º 1% 0.19% -
HSV(B) 220.42º 1% 0.37% -
XYZ 2.56 1.81 11.04 -
YUV 29.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 0 31 95 1 0.67 0 0.63 220.42 1 0.19
Hex 0 1F 5F 64 43 0 3F DC 64 13
Octal 0 37 137 144 103 0 77 334 144 23
Binary 0 11111 1011111 1100100 1000011 0 111111 11011100 1100100 10011

Color Harmonies of #001F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F5F

Black with #001F5F

Text Example


Text Example

White with #001F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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