#0B144D

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

Shades of Sapphire #0B144D

Tints of Sapphire #0B144D

Color information

#0B144D (or 0x0B144D) is unknown color: approx Sapphire. HEX triplet: 0B, 14 and 4D. RGB value is (11,20,77). Sum of RGB (Red+Green+Blue) = 11+20+77=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B144D is #F4EBB2. Grayscale: #171717. Windows color (decimal): -16051123 or 5051403. OLE color: 5051403.

HSL color Cylindrical-coordinate representation of color #0B144D: hue angle of 231.82º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B144D is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB112077-
CMYK0.860.7400.70
HSL231.82º75%17.25%-
HSV(B)231.82º85.71%30.2%-
XYZ1.731.117.14-
YUV23.81158.02118.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.19%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 77 (30.47% from 255) = 71.30%
R=10.19%
G=18.52%
B=71.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1120770.860.7400.70231.827517.25
HexB144D564A046e84b11
Octal1324115126112010635011321
Binary1011101001001101101011010010100100011011101000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B144D; }

 p { color: rgb(11,20,77); }

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

<style>
 a { background-color: #0B144D; }

 a { background-color: rgb(11,20,77); }

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

<style>
 span { border-color: #0B144D; }

 span { border-color: rgb(11,20,77); }

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