Html Css Color HEX #001947 Sapphire

📋 copy color: '#001947'

red 0 ◦ green 25 ◦ blue 71

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

Shades of Sapphire #001947

Tints of Sapphire #001947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.04%

 BLUE value IS 71 (28.13% from 255) = 73.96%

R = 0%
G = 26.04%
B = 73.96%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001947 (or 0x001947) is known color: Sapphire. HEX triplet: 00, 19 and 47. RGB value is (0,25,71). Sum of RGB (Red+Green+Blue) = 0+25+71=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 71 (28.12% from 255 or 73.96% from 96); Max value from RGB is 71 - color contains mainly: blue. Hex color #001947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001947 is #FFE6B8. Grayscale: #161616. Windows color (decimal): -16770745 or 4659456. OLE color: 4659456.

HSL color Cylindrical-coordinate representation of color #001947: hue angle of 218.87º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001947 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 25 71 -
CMYK 1 0.65 0 0.72
HSL 218.87º 1% 0.14% -
HSV(B) 218.87º 1% 0.28% -
XYZ 1.48 1.15 6.1 -
YUV 22.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 0 25 71 1 0.65 0 0.72 218.87 1 0.14
Hex 0 19 47 64 41 0 48 DB 64 E
Octal 0 31 107 144 101 0 110 333 144 16
Binary 0 11001 1000111 1100100 1000001 0 1001000 11011011 1100100 1110

Color Harmonies of #001947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001947

Black with #001947

Text Example


Text Example

White with #001947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001947; }

 p { color: rgb(0,25,71); }

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

background-color css

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

 a { background-color: rgb(0,25,71); }

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

border-color css

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

 span { border-color: rgb(0,25,71); }

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