#001C50

Color #001C50 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #001C50

Tints of Sapphire #001C50

Color information

#001C50 (or 0x001C50) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 50. RGB value is (0,28,80). Sum of RGB (Red+Green+Blue) = 0+28+80=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 80 (31.64% from 255 or 74.07% from 108); Max value from RGB is 80 - color contains mainly: blue. Hex color #001C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C50 is #FFE3AF. Grayscale: #191919. Windows color (decimal): -16769968 or 5250048. OLE color: 5250048.

HSL color Cylindrical-coordinate representation of color #001C50: hue angle of 219º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C50 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB02880-
CMYK10.6500.69
HSL219º100%15.69%-
HSV(B)219º100%31.37%-
XYZ1.861.417.76-
YUV25.56158.72109.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 80 (31.64% from 255) = 74.07%
R=0%
G=25.93%
B=74.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0288010.6500.6921910015.69
Hex01C506441045db6410
Octal034120144101010533314420
Binary0111001010000110010010000010100010111011011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #001C50;
 }
 .AnyTagClassName
 {
   color: #001C50;
 }
</style>
background-color css

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

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

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

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

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

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