#001872

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

Shades of Sapphire #001872

Tints of Sapphire #001872

Color information

#001872 (or 0x001872) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 72. RGB value is (0,24,114). Sum of RGB (Red+Green+Blue) = 0+24+114=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #001872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001872 is #FFE78D. Grayscale: #1A1A1A. Windows color (decimal): -16770958 or 7477248. OLE color: 7477248.

HSL color Cylindrical-coordinate representation of color #001872: hue angle of 227.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001872 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB024114-
CMYK10.7900.55
HSL227.37º100%22.35%-
HSV(B)227.37º100%44.71%-
XYZ3.361.8716.1-
YUV27.08177.05108.68-

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) = 17.39%
BLUE value IS 114 (44.92% from 255) = 82.61%
R=0%
G=17.39%
B=82.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal02411410.7900.55227.3710022.35
Hex01872644F037e36416
Octal03016214411706734314426
Binary011000111001011001001001111011011111100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001872; }

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

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

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

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

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

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

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

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