#001B5A

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

Shades of Sapphire #001B5A

Tints of Sapphire #001B5A

Color information

#001B5A (or 0x001B5A) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 5A. RGB value is (0,27,90). Sum of RGB (Red+Green+Blue) = 0+27+90=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #001B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B5A is #FFE4A5. Grayscale: #191919. Windows color (decimal): -16770214 or 5905152. OLE color: 5905152.

HSL color Cylindrical-coordinate representation of color #001B5A: hue angle of 222º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B5A is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB02790-
CMYK10.7000.65
HSL222º100%17.65%-
HSV(B)222º100%35.29%-
XYZ2.241.529.85-
YUV26.11164.05109.38-

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) = 23.08%
BLUE value IS 90 (35.55% from 255) = 76.92%
R=0%
G=23.08%
B=76.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0279010.7000.6522210017.65
Hex01B5A6446041de6412
Octal033132144106010133614422
Binary0110111011010110010010001100100000111011110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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