Html Css Color HEX #001F5D Sapphire

📋 copy color: '#001F5D'

red 0 ◦ green 31 ◦ blue 93

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

Shades of Sapphire #001F5D

Tints of Sapphire #001F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 75%

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#001F5D (or 0x001F5D) is known color: Sapphire. HEX triplet: 00, 1F and 5D. RGB value is (0,31,93). Sum of RGB (Red+Green+Blue) = 0+31+93=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #001F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F5D is #FFE0A2. Grayscale: #1C1C1C. Windows color (decimal): -16769187 or 6102784. OLE color: 6102784.

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

Color convert

RGB 0 31 93 -
CMYK 1 0.67 0 0.64
HSL 220º 1% 0.18% -
HSV(B) 220º 1% 0.36% -
XYZ 2.47 1.77 10.57 -
YUV 28.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 0 31 93 1 0.67 0 0.64 220 1 0.18
Hex 0 1F 5D 64 43 0 40 DC 64 12
Octal 0 37 135 144 103 0 100 334 144 22
Binary 0 11111 1011101 1100100 1000011 0 1000000 11011100 1100100 10010

Color Harmonies of #001F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F5D

Black with #001F5D

Text Example


Text Example

White with #001F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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