#000B61

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

Shades of Sapphire #000B61

Tints of Sapphire #000B61

Color information

#000B61 (or 0x000B61) is unknown color: approx Sapphire. HEX triplet: 00, 0B and 61. RGB value is (0,11,97). Sum of RGB (Red+Green+Blue) = 0+11+97=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 97 (38.28% from 255 or 89.81% from 108); Max value from RGB is 97 - color contains mainly: blue. Hex color #000B61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B61 is #FFF49E. Grayscale: #111111. Windows color (decimal): -16774303 or 6359808. OLE color: 6359808.

HSL color Cylindrical-coordinate representation of color #000B61: hue angle of 233.2º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B61 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB01197-
CMYK10.8900.62
HSL233.2º100%19.02%-
HSV(B)233.2º100%38.04%-
XYZ2.281.111.4-
YUV17.52172.86115.51-

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.19%
BLUE value IS 97 (38.28% from 255) = 89.81%
R=0%
G=10.19%
B=89.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0119710.8900.62233.210019.02
Hex0B61645903Ee96413
Octal01314114413107635114423
Binary01011110000111001001011001011111011101001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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