#000D53

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

Shades of Sapphire #000D53

Tints of Sapphire #000D53

Color information

#000D53 (or 0x000D53) is unknown color: approx Sapphire. HEX triplet: 00, 0D and 53. RGB value is (0,13,83). Sum of RGB (Red+Green+Blue) = 0+13+83=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 83 (32.81% from 255 or 86.46% from 96); Max value from RGB is 83 - color contains mainly: blue. Hex color #000D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D53 is #FFF2AC. Grayscale: #101010. Windows color (decimal): -16773805 or 5442816. OLE color: 5442816.

HSL color Cylindrical-coordinate representation of color #000D53: hue angle of 230.6º 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 #000D53 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB01383-
CMYK10.8400.67
HSL230.6º100%16.27%-
HSV(B)230.6º100%32.55%-
XYZ1.710.918.27-
YUV17.09165.19115.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 83 (32.81% from 255) = 86.46%
R=0%
G=13.54%
B=86.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0138310.8400.67230.610016.27
Hex0D536454043e76410
Octal015123144124010334714420
Binary011011010011110010010101000100001111100111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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