#001D6B

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

Shades of Sapphire #001D6B

Tints of Sapphire #001D6B

Color information

#001D6B (or 0x001D6B) is unknown color: approx Sapphire. HEX triplet: 00, 1D and 6B. RGB value is (0,29,107). Sum of RGB (Red+Green+Blue) = 0+29+107=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 107 (42.19% from 255 or 78.68% from 136); Max value from RGB is 107 - color contains mainly: blue. Hex color #001D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D6B is #FFE294. Grayscale: #1C1C1C. Windows color (decimal): -16769685 or 7019776. OLE color: 7019776.

HSL color Cylindrical-coordinate representation of color #001D6B: hue angle of 223.74º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D6B is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB029107-
CMYK10.7300.58
HSL223.74º100%20.98%-
HSV(B)223.74º100%41.96%-
XYZ3.091.9414.12-
YUV29.22171.89107.16-

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) = 21.32%
BLUE value IS 107 (42.19% from 255) = 78.68%
R=0%
G=21.32%
B=78.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal02910710.7300.58223.7410020.98
Hex01D6B644903Ae06415
Octal03515314411107234014425
Binary011101110101111001001001001011101011100000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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