#001D7B

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

Shades of Sapphire #001D7B

Tints of Sapphire #001D7B

Color information

#001D7B (or 0x001D7B) is unknown color: approx Sapphire. HEX triplet: 00, 1D and 7B. RGB value is (0,29,123). Sum of RGB (Red+Green+Blue) = 0+29+123=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 123 (48.44% from 255 or 80.92% from 152); Max value from RGB is 123 - color contains mainly: blue. Hex color #001D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D7B is #FFE284. Grayscale: #1E1E1E. Windows color (decimal): -16769669 or 8068352. OLE color: 8068352.

HSL color Cylindrical-coordinate representation of color #001D7B: hue angle of 225.85º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D7B is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB029123-
CMYK10.7600.52
HSL225.85º100%24.12%-
HSV(B)225.85º100%48.24%-
XYZ4.012.3118.97-
YUV31.04179.89105.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 123 (48.44% from 255) = 80.92%
R=0%
G=19.08%
B=80.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal02912310.7600.52225.8510024.12
Hex01D7B644C034e26418
Octal03517314411406434214430
Binary011101111101111001001001100011010011100010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,29,123); }

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

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

 a { background-color: rgb(0,29,123); }

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

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

 span { border-color: rgb(0,29,123); }

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