Html Css Color HEX #001F4E Sapphire

📋 copy color: '#001F4E'

red 0 ◦ green 31 ◦ blue 78

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

Shades of Sapphire #001F4E

Tints of Sapphire #001F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 71.56%

R = 0%
G = 28.44%
B = 71.56%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#001F4E (or 0x001F4E) is known color: Sapphire. HEX triplet: 00, 1F and 4E. RGB value is (0,31,78). Sum of RGB (Red+Green+Blue) = 0+31+78=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 78 (30.86% from 255 or 71.56% from 109); Max value from RGB is 78 - color contains mainly: blue. Hex color #001F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F4E is #FFE0B1. Grayscale: #1A1A1A. Windows color (decimal): -16769202 or 5119744. OLE color: 5119744.

HSL color Cylindrical-coordinate representation of color #001F4E: hue angle of 216.15º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F4E is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 31 78 -
CMYK 1 0.60 0 0.69
HSL 216.15º 1% 0.15% -
HSV(B) 216.15º 1% 0.31% -
XYZ 1.87 1.53 7.4 -
YUV 27.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 0 31 78 1 0.60 0 0.69 216.15 1 0.15
Hex 0 1F 4E 64 3C 0 45 D8 64 F
Octal 0 37 116 144 74 0 105 330 144 17
Binary 0 11111 1001110 1100100 111100 0 1000101 11011000 1100100 1111

Color Harmonies of #001F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F4E

Black with #001F4E

Text Example


Text Example

White with #001F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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