#001B7A

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

Shades of Sapphire #001B7A

Tints of Sapphire #001B7A

Color information

#001B7A (or 0x001B7A) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 7A. RGB value is (0,27,122). Sum of RGB (Red+Green+Blue) = 0+27+122=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 122 (48.05% from 255 or 81.88% from 149); Max value from RGB is 122 - color contains mainly: blue. Hex color #001B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B7A is #FFE485. Grayscale: #1D1D1D. Windows color (decimal): -16770182 or 8002304. OLE color: 8002304.

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

Color convert

RGB027122-
CMYK10.7800.52
HSL226.72º100%23.92%-
HSV(B)226.72º100%47.84%-
XYZ3.92.1918.63-
YUV29.76180.05106.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 122 (48.05% from 255) = 81.88%
R=0%
G=18.12%
B=81.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal02712210.7800.52226.7210023.92
Hex01B7A644E034e36418
Octal03317214411606434314430
Binary011011111101011001001001110011010011100011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,27,122); }

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

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

 a { background-color: rgb(0,27,122); }

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

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

 span { border-color: rgb(0,27,122); }

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