#001850

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

Shades of Sapphire #001850

Tints of Sapphire #001850

Color information

#001850 (or 0x001850) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 50. RGB value is (0,24,80). Sum of RGB (Red+Green+Blue) = 0+24+80=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #001850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001850 is #FFE7AF. Grayscale: #161616. Windows color (decimal): -16770992 or 5249024. OLE color: 5249024.

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

Color convert

RGB02480-
CMYK10.7000.69
HSL222º100%15.69%-
HSV(B)222º100%31.37%-
XYZ1.771.237.73-
YUV23.21160.05111.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 80 (31.64% from 255) = 76.92%
R=0%
G=23.08%
B=76.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0248010.7000.6922210015.69
Hex018506446045de6410
Octal030120144106010533614420
Binary0110001010000110010010001100100010111011110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001850; }

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

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

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

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

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

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

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

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