#001B6F

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

Shades of Sapphire #001B6F

Tints of Sapphire #001B6F

Color information

#001B6F (or 0x001B6F) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 6F. RGB value is (0,27,111). Sum of RGB (Red+Green+Blue) = 0+27+111=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 111 (43.75% from 255 or 80.43% from 138); Max value from RGB is 111 - color contains mainly: blue. Hex color #001B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B6F is #FFE490. Grayscale: #1C1C1C. Windows color (decimal): -16770193 or 7281408. OLE color: 7281408.

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

Color convert

RGB027111-
CMYK10.7600.56
HSL225.41º100%21.76%-
HSV(B)225.41º100%43.53%-
XYZ3.261.9315.24-
YUV28.5174.55107.67-

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) = 19.57%
BLUE value IS 111 (43.75% from 255) = 80.43%
R=0%
G=19.57%
B=80.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal02711110.7600.56225.4110021.76
Hex01B6F644C038e16416
Octal03315714411407034114426
Binary011011110111111001001001100011100011100001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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