#001C6A

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

Shades of Sapphire #001C6A

Tints of Sapphire #001C6A

Color information

#001C6A (or 0x001C6A) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 6A. RGB value is (0,28,106). Sum of RGB (Red+Green+Blue) = 0+28+106=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 106 (41.80% from 255 or 79.10% from 134); Max value from RGB is 106 - color contains mainly: blue. Hex color #001C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C6A is #FFE395. Grayscale: #1C1C1C. Windows color (decimal): -16769942 or 6953984. OLE color: 6953984.

HSL color Cylindrical-coordinate representation of color #001C6A: hue angle of 224.15º 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 #001C6A is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB028106-
CMYK10.7400.58
HSL224.15º100%20.78%-
HSV(B)224.15º100%41.57%-
XYZ3.021.8713.84-
YUV28.52171.72107.66-

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) = 20.90%
BLUE value IS 106 (41.80% from 255) = 79.10%
R=0%
G=20.90%
B=79.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal02810610.7400.58224.1510020.78
Hex01C6A644A03Ae06415
Octal03415214411207234014425
Binary011100110101011001001001010011101011100000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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