Html Css Color HEX #001047 Sapphire

📋 copy color: '#001047'

red 0 ◦ green 16 ◦ blue 71

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

Shades of Sapphire #001047

Tints of Sapphire #001047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.39%

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

R = 0%
G = 18.39%
B = 81.61%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001047 (or 0x001047) is known color: Sapphire. HEX triplet: 00, 10 and 47. RGB value is (0,16,71). Sum of RGB (Red+Green+Blue) = 0+16+71=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 71 (28.12% from 255 or 81.61% from 87); Max value from RGB is 71 - color contains mainly: blue. Hex color #001047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001047 is #FFEFB8. Grayscale: #111111. Windows color (decimal): -16773049 or 4657152. OLE color: 4657152.

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

Color convert

RGB 0 16 71 -
CMYK 1 0.77 0 0.72
HSL 226.48º 1% 0.14% -
HSV(B) 226.48º 1% 0.28% -
XYZ 1.32 0.83 6.05 -
YUV 17.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 0 16 71 1 0.77 0 0.72 226.48 1 0.14
Hex 0 10 47 64 4D 0 48 E2 64 E
Octal 0 20 107 144 115 0 110 342 144 16
Binary 0 10000 1000111 1100100 1001101 0 1001000 11100010 1100100 1110

Color Harmonies of #001047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001047

Black with #001047

Text Example


Text Example

White with #001047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001047; }

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

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

background-color css

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

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

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

border-color css

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

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

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