#000B5E

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

Shades of Sapphire #000B5E

Tints of Sapphire #000B5E

Color information

#000B5E (or 0x000B5E) is unknown color: approx Sapphire. HEX triplet: 00, 0B and 5E. RGB value is (0,11,94). Sum of RGB (Red+Green+Blue) = 0+11+94=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #000B5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B5E is #FFF4A1. Grayscale: #101010. Windows color (decimal): -16774306 or 6163200. OLE color: 6163200.

HSL color Cylindrical-coordinate representation of color #000B5E: hue angle of 232.98º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B5E is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB01194-
CMYK10.8800.63
HSL232.98º100%18.43%-
HSV(B)232.98º100%36.86%-
XYZ2.141.0510.68-
YUV17.17171.36115.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 94 (37.11% from 255) = 89.52%
R=0%
G=10.48%
B=89.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0119410.8800.63232.9810018.43
Hex0B5E645803Fe96412
Octal01313614413007735114422
Binary01011101111011001001011000011111111101001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000B5E; }

 p { color: rgb(0,11,94); }

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

<style>
 a { background-color: #000B5E; }

 a { background-color: rgb(0,11,94); }

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

<style>
 span { border-color: #000B5E; }

 span { border-color: rgb(0,11,94); }

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