Html Css Color HEX #001F7E Sapphire

📋 copy color: '#001F7E'

red 0 ◦ green 31 ◦ blue 126

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

Shades of Sapphire #001F7E

Tints of Sapphire #001F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 80.25%

R = 0%
G = 19.75%
B = 80.25%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#001F7E (or 0x001F7E) is known color: Sapphire. HEX triplet: 00, 1F and 7E. RGB value is (0,31,126). Sum of RGB (Red+Green+Blue) = 0+31+126=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 126 (49.61% from 255 or 80.25% from 157); Max value from RGB is 126 - color contains mainly: blue. Hex color #001F7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F7E is #FFE081. Grayscale: #202020. Windows color (decimal): -16769154 or 8265472. OLE color: 8265472.

HSL color Cylindrical-coordinate representation of color #001F7E: hue angle of 225.24º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F7E is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 31 126 -
CMYK 1 0.75 0 0.51
HSL 225.24º 1% 0.25% -
HSV(B) 225.24º 1% 0.49% -
XYZ 4.26 2.49 19.99 -
YUV 32.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 0 31 126 1 0.75 0 0.51 225.24 1 0.25
Hex 0 1F 7E 64 4B 0 33 E1 64 19
Octal 0 37 176 144 113 0 63 341 144 31
Binary 0 11111 1111110 1100100 1001011 0 110011 11100001 1100100 11001

Color Harmonies of #001F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F7E

Black with #001F7E

Text Example


Text Example

White with #001F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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