#010B4A

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

Shades of Sapphire #010B4A

Tints of Sapphire #010B4A

Color information

#010B4A (or 0x010B4A) is unknown color: approx Sapphire. HEX triplet: 01, 0B and 4A. RGB value is (1,11,74). Sum of RGB (Red+Green+Blue) = 1+11+74=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 74 (29.30% from 255 or 86.05% from 86); Max value from RGB is 74 - color contains mainly: blue. Hex color #010B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B4A is #FEF4B5. Grayscale: #0E0E0E. Windows color (decimal): -16708790 or 4852481. OLE color: 4852481.

HSL color Cylindrical-coordinate representation of color #010B4A: hue angle of 231.78º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B4A is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB11174-
CMYK0.990.8500.71
HSL231.78º97.33%14.71%-
HSV(B)231.78º98.65%29.02%-
XYZ1.370.746.55-
YUV15.19161.19117.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 74 (29.30% from 255) = 86.05%
R=1.16%
G=12.79%
B=86.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal111740.990.8500.71231.7897.3314.71
Hex1B4A6355047e861f
Octal113112143125010735014117
Binary11011100101011000111010101010001111110100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010B4A; }

 p { color: rgb(1,11,74); }

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

<style>
 a { background-color: #010B4A; }

 a { background-color: rgb(1,11,74); }

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

<style>
 span { border-color: #010B4A; }

 span { border-color: rgb(1,11,74); }

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