Html Css Color HEX #001C49 Sapphire

📋 copy color: '#001C49'

red 0 ◦ green 28 ◦ blue 73

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

Shades of Sapphire #001C49

Tints of Sapphire #001C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.72%

 BLUE value IS 73 (28.91% from 255) = 72.28%

R = 0%
G = 27.72%
B = 72.28%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#001C49 (or 0x001C49) is known color: Sapphire. HEX triplet: 00, 1C and 49. RGB value is (0,28,73). Sum of RGB (Red+Green+Blue) = 0+28+73=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #001C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C49 is #FFE3B6. Grayscale: #181818. Windows color (decimal): -16769975 or 4791296. OLE color: 4791296.

HSL color Cylindrical-coordinate representation of color #001C49: hue angle of 216.99º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C49 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 28 73 -
CMYK 1 0.62 0 0.71
HSL 216.99º 1% 0.14% -
HSV(B) 216.99º 1% 0.29% -
XYZ 1.62 1.31 6.47 -
YUV 24.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 0 28 73 1 0.62 0 0.71 216.99 1 0.14
Hex 0 1C 49 64 3E 0 47 D9 64 E
Octal 0 34 111 144 76 0 107 331 144 16
Binary 0 11100 1001001 1100100 111110 0 1000111 11011001 1100100 1110

Color Harmonies of #001C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C49

Black with #001C49

Text Example


Text Example

White with #001C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,28,73); }

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

background-color css

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

 a { background-color: rgb(0,28,73); }

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

border-color css

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

 span { border-color: rgb(0,28,73); }

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