Html Css Color HEX #001847 Sapphire

📋 copy color: '#001847'

red 0 ◦ green 24 ◦ blue 71

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

Shades of Sapphire #001847

Tints of Sapphire #001847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.26%

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

R = 0%
G = 25.26%
B = 74.74%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001847 (or 0x001847) is known color: Sapphire. HEX triplet: 00, 18 and 47. RGB value is (0,24,71). Sum of RGB (Red+Green+Blue) = 0+24+71=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #001847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001847 is #FFE7B8. Grayscale: #151515. Windows color (decimal): -16771001 or 4659200. OLE color: 4659200.

HSL color Cylindrical-coordinate representation of color #001847: hue angle of 219.72º 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 #001847 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 24 71 -
CMYK 1 0.66 0 0.72
HSL 219.72º 1% 0.14% -
HSV(B) 219.72º 1% 0.28% -
XYZ 1.46 1.11 6.1 -
YUV 22.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 0 24 71 1 0.66 0 0.72 219.72 1 0.14
Hex 0 18 47 64 42 0 48 DC 64 E
Octal 0 30 107 144 102 0 110 334 144 16
Binary 0 11000 1000111 1100100 1000010 0 1001000 11011100 1100100 1110

Color Harmonies of #001847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001847

Black with #001847

Text Example


Text Example

White with #001847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001847; }

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

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

background-color css

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

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

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

border-color css

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

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

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