#000F53

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

Shades of Sapphire #000F53

Tints of Sapphire #000F53

Color information

#000F53 (or 0x000F53) is unknown color: approx Sapphire. HEX triplet: 00, 0F and 53. RGB value is (0,15,83). Sum of RGB (Red+Green+Blue) = 0+15+83=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 83 (32.81% from 255 or 84.69% from 98); Max value from RGB is 83 - color contains mainly: blue. Hex color #000F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F53 is #FFF0AC. Grayscale: #111111. Windows color (decimal): -16773293 or 5443328. OLE color: 5443328.

HSL color Cylindrical-coordinate representation of color #000F53: hue angle of 229.16º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F53 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB01583-
CMYK10.8200.67
HSL229.16º100%16.27%-
HSV(B)229.16º100%32.55%-
XYZ1.730.978.28-
YUV18.27164.53114.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 15.31%
BLUE value IS 83 (32.81% from 255) = 84.69%
R=0%
G=15.31%
B=84.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0158310.8200.67229.1610016.27
Hex0F536452043e56410
Octal017123144122010334514420
Binary011111010011110010010100100100001111100101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,15,83); }

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

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

 a { background-color: rgb(0,15,83); }

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

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

 span { border-color: rgb(0,15,83); }

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