Html Css Color HEX #001E47 Sapphire

📋 copy color: '#001E47'

red 0 ◦ green 30 ◦ blue 71

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

Shades of Sapphire #001E47

Tints of Sapphire #001E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.7%

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

R = 0%
G = 29.7%
B = 70.3%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001E47 (or 0x001E47) is known color: Sapphire. HEX triplet: 00, 1E and 47. RGB value is (0,30,71). Sum of RGB (Red+Green+Blue) = 0+30+71=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #001E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E47 is #FFE1B8. Grayscale: #191919. Windows color (decimal): -16769465 or 4660736. OLE color: 4660736.

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

Color convert

RGB 0 30 71 -
CMYK 1 0.58 0 0.72
HSL 214.65º 1% 0.14% -
HSV(B) 214.65º 1% 0.28% -
XYZ 1.6 1.38 6.14 -
YUV 25.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 0 30 71 1 0.58 0 0.72 214.65 1 0.14
Hex 0 1E 47 64 3A 0 48 D7 64 E
Octal 0 36 107 144 72 0 110 327 144 16
Binary 0 11110 1000111 1100100 111010 0 1001000 11010111 1100100 1110

Color Harmonies of #001E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E47

Black with #001E47

Text Example


Text Example

White with #001E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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